pub type UVec4 = Vector4<u32>;
#[repr(C)]pub struct UVec4 { pub x: u32, pub y: u32, pub z: u32, pub w: u32, }
x: u32
y: u32
z: u32
w: u32