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