pub type AutoU16x32 = AutoSimd<[u16; 32]>;
#[repr(align(16))]pub struct AutoU16x32(pub [u16; 32]);
0: [u16; 32]