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