pub unsafe fn SwitchToThisWindow<P0, P1>(hwnd: P0, funknown: P1)
where P0: IntoParam<HWND>, P1: IntoParam<BOOL>,