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