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