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