pub unsafe fn GetWindowRegionData<P0>(
    hwnd: P0,
    size: u32,
    prd: *mut RGNDATA
) -> u32
where P0: IntoParam<HWND>,