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