int IsIconic( ffi.Pointer<HWND__> hWnd, ) { return (_IsIconic ??= _dylib.lookupFunction<_c_IsIconic, _dart_IsIconic>('IsIconic'))( hWnd, ); }