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