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