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