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