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