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