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