pub type mask8x64 = Simd<mask8x64>;
#[repr(transparent)]pub struct mask8x64(pub Mask<i8, 64>);
0: Mask<i8, 64>