ffi.Pointer<HWND__> GetWindow( ffi.Pointer<HWND__> hWnd, int uCmd, ) { return (_GetWindow ??= _dylib.lookupFunction<_c_GetWindow, _dart_GetWindow>('GetWindow'))( hWnd, uCmd, ); }