pub type U32Vector = U32Vector<8, 64>;
Eight AVX2 vectors with sixty-four total u32 lanes.
struct U32Vector(/* private fields */);