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