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