typedef struct SilcFSMEventObject *SilcFSMEvent;
The FSM event context allocated with silc_fsm_event_alloc. The caller must free it with silc_fsm_event_free. It is also possible to use pre-allocated SilcFSMEventStruct instead of SilcFSMEvent context.