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