Function switch_core_session_ctl

Source
pub unsafe extern "C" fn switch_core_session_ctl(
    cmd: switch_session_ctl_t,
    val: *mut c_void,
) -> i32
Expand description

\brief send a control message to the core \param cmd the command \param val the command arguement (if needed) \return 0 on success nonzero on error