pub type u8x32 = Simd<u8, $num_elements>;
portable_simd
A SIMD vector with 32 elements of type u8.
u8
struct u8x32(/* private fields */);