pub type i16x4 = Simd<i16x4>;
#[repr(transparent)]pub struct i16x4(pub Simd<i16, 4>);
0: Simd<i16, 4>