pub type AutoU64x4 = AutoSimd<[u64; 4]>;
#[repr(align(16))]pub struct AutoU64x4(pub [u64; 4]);
0: [u64; 4]