pub type u32x4 = Simd<u32x4>;
#[repr(transparent)]pub struct u32x4(pub Simd<u32, 4>);
0: Simd<u32, 4>