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