pub unsafe fn RedrawWindow<P0, P1>( hwnd: P0, lprcupdate: Option<*const RECT>, hrgnupdate: P1, flags: REDRAW_WINDOW_FLAGS, ) -> BOOLwhere P0: Param<HWND>, P1: Param<HRGN>,