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