pub type RECT = tagRECT;
#[repr(C)]pub struct RECT { pub left: i64, pub top: i64, pub right: i64, pub bottom: i64, }
left: i64
top: i64
right: i64
bottom: i64