pub type GRADIENT_RECT = _GRADIENT_RECT;
struct GRADIENT_RECT { pub UpperLeft: u32, pub LowerRight: u32, }
UpperLeft: u32
LowerRight: u32