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