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