pub type u64x4 = Simd4<u64>;
#[repr(C)]pub struct u64x4(pub u64, pub u64, pub u64, pub u64);
0: u64
1: u64
2: u64
3: u64