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