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