void evService_Cleanup(evService* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void evStart_Cleanup(evStart* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void evOpen_Cleanup(evOpen* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void evMode_Cleanup(evMode* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void TurnOnDevice_Cleanup(TurnOnDevice* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void ApplyElectronicKey_Cleanup(ApplyElectronicKey* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void evEnabled_Cleanup(evEnabled* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void svStop_Cleanup(svStop* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void rollOut_Cleanup(rollOut* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void entered_Cleanup(entered* const me) { RiCEvent_cleanup(&(me->ric_event)); }
void evBPress_Cleanup(evBPress* const me) { RiCEvent_cleanup(&(me->ric_event)); }