pub type i32x2 = Simd<i32x2>;
#[repr(transparent)]pub struct i32x2(pub Simd<i32, 2>);
0: Simd<i32, 2>