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