pub type DeviceIndependentIntPoint = Point2D<i32, DeviceIndependentPixel>;
#[repr(C)]pub struct DeviceIndependentIntPoint { pub x: i32, pub y: i32, }
x: i32
y: i32