pub type GRADIENT_RECT = _GRADIENT_RECT;
#[repr(C)]pub struct GRADIENT_RECT { pub UpperLeft: u32, pub LowerRight: u32, }
UpperLeft: u32
LowerRight: u32