pub type AutoBoolx1 = AutoSimd<[bool; 1]>;
#[repr(align(16))]pub struct AutoBoolx1(pub [bool; 1]);
0: [bool; 1]