pub type U32Vector = U32Vector<2, 32>;
Two AVX512 vectors with thirty-two total u32 lanes.
pub struct U32Vector(/* private fields */);