pub type float2 = Struct_float2;
#[repr(C)]pub struct float2 { pub x: f32, pub y: f32, }
x: f32
y: f32