pub type U32Vector = U32Vector<8, 128>;
Eight AVX512 vectors with 128 total u32 lanes.
pub struct U32Vector(/* private fields */);