pub type AutoU8x4 = AutoSimd<[u8; 4]>;
#[repr(align(16))]pub struct AutoU8x4(pub [u8; 4]);
0: [u8; 4]