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