pub type Point64 = ClipperPoint64;
#[repr(C)]pub struct Point64 { pub x: i64, pub y: i64, }
x: i64
y: i64