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