int SetEvent( ffi.Pointer<ffi.Void> hEvent, ) { return (_SetEvent ??= _dylib.lookupFunction<_c_SetEvent, _dart_SetEvent>('SetEvent'))( hEvent, ); }