pub type SMALL_RECT = _SMALL_RECT;
struct SMALL_RECT { pub Left: i16, pub Top: i16, pub Right: i16, pub Bottom: i16, }
Left: i16
Top: i16
Right: i16
Bottom: i16