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