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