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