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