pub type AutoI8x32 = AutoSimd<[i8; 32]>;
#[repr(align(16))]pub struct AutoI8x32(pub [i8; 32]);
0: [i8; 32]