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