pub type RECTL = _RECTL;
#[repr(C)]pub struct RECTL { pub left: i32, pub top: i32, pub right: i32, pub bottom: i32, }
left: i32
top: i32
right: i32
bottom: i32