pub unsafe fn FlashWindow<P0, P1>(hwnd: P0, binvert: P1) -> BOOL
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,