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