pub type mask16x32 = Simd<mask16x32>;
#[repr(transparent)]pub struct mask16x32(pub Mask<i16, 32>);
0: Mask<i16, 32>