pub unsafe extern "C" fn switch_event_create_subclass_detailed(
file: *const c_char,
func: *const c_char,
line: c_int,
event: *mut *mut switch_event_t,
event_id: switch_event_types_t,
subclass_name: *const c_char,
) -> switch_status_tExpand description
\brief Create an event \param event a NULL pointer on which to create the event \param event_id the event id enumeration of the desired event \param subclass_name the subclass name for custom event (only valid when event_id is SWITCH_EVENT_CUSTOM) \return SWITCH_STATUS_SUCCESS on success