pub type RECTL = _RECTL;
struct RECTL { pub left: i32, pub top: i32, pub right: i32, pub bottom: i32, }
left: i32
top: i32
right: i32
bottom: i32