pub unsafe extern "C" fn switch_channel_get_state_handler(
channel: *mut switch_channel_t,
index: c_int,
) -> *const switch_state_handler_table_tExpand description
\brief Retrieve an state handler tablefrom a given channel at given index level \param channel channel from which to retrieve the state handler table \param index the index of the state handler table (start from 0) \return given channel’s state handler table at given index or NULL if requested index does not exist.