int IsWindow( ffi.Pointer<HWND__> hWnd, ) { return (_IsWindow ??= _dylib.lookupFunction<_c_IsWindow, _dart_IsWindow>('IsWindow'))( hWnd, ); }