ffi.Pointer<HDC__> GetDC( ffi.Pointer<HWND__> hWnd, ) { return (_GetDC ??= _dylib.lookupFunction<_c_GetDC, _dart_GetDC>('GetDC'))( hWnd, ); }