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