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