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