pub type umat4 = umat4x4;
Matrix of 4 x 4 unsiged integer values.
struct umat4(pub [Element<uvec4>; 4], pub PhantomData<fn(_: uvec4)>);
0: [Element<uvec4>; 4]
1: PhantomData<fn(_: uvec4)>