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