pub type Point2l = Point_<i64>;
#[repr(C)]pub struct Point2l { pub x: i64, pub y: i64, }
x: i64
y: i64