pub unsafe fn InvalidateRgn<P0, P1, P2>(hwnd: P0, hrgn: P1, berase: P2) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<HRGN>, P2: IntoParam<BOOL>,