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