pub type mask32x4 = Simd<mask32x4>;
#[repr(transparent)]pub struct mask32x4(pub Mask<i32, 4>);
0: Mask<i32, 4>