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