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