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