pub type U32Vector = U32Vector<4>;
Array vector with four u32 lanes.
struct U32Vector(/* private fields */);