pub type u32x4 = Simd4<u32>;
#[repr(C)]pub struct u32x4(pub u32, pub u32, pub u32, pub u32);
0: u32
1: u32
2: u32
3: u32