pub type i32_4 = Vec4<i32>;
#[repr(C)]pub struct i32_4 { pub x: i32, pub y: i32, pub z: i32, pub w: i32, }
x: i32
y: i32
z: i32
w: i32