pub type double2 = Struct_double2;
#[repr(C)]pub struct double2 { pub x: f64, pub y: f64, }
x: f64
y: f64