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