pub type U32Vector = U32Vector<1, 16>;
AVX512 vector with sixteen u32 lanes.
pub struct U32Vector(/* private fields */);