Function windows::Win32::Graphics::Gdi::RedrawWindow

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