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