ffi.Pointer<HDC__> ResetDCW( ffi.Pointer<HDC__> hdc, ffi.Pointer<LPDEVMODEW> lpdm, ) { return (_ResetDCW ??= _dylib.lookupFunction<_c_ResetDCW, _dart_ResetDCW>('ResetDCW'))( hdc, lpdm, ); }