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