Function windows::Win32::Graphics::Gdi::GetUpdateRect

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