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