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