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