pub unsafe fn GetWindowRgn<P0, P1>(hwnd: P0, hrgn: P1) -> GDI_REGION_TYPE
where P0: IntoParam<HWND>, P1: IntoParam<HRGN>,