pub type RectangleInfo = _RectangleInfo;
#[repr(C)]pub struct RectangleInfo { pub width: u64, pub height: u64, pub x: i64, pub y: i64, }
width: u64
height: u64
x: i64
y: i64