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