Function windows::Win32::Graphics::Gdi::InvalidateRect

pub unsafe fn InvalidateRect<P0, P1>(
    hwnd: P0,
    lprect: Option<*const RECT>,
    berase: P1,
) -> BOOL
where P0: Param<HWND>, P1: Param<BOOL>,