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