pub unsafe extern "system" fn InvalidateRect(
    hwnd: HWND,
    lprect: *const RECT,
    berase: BOOL
) -> BOOL
Expand description

Required features: "Win32_Graphics_Gdi", "Win32_Foundation"