Type Alias switch_application_function_t

Source
pub type switch_application_function_t = Option<unsafe extern "C" fn(arg1: *mut switch_core_session_t, arg2: *const c_char)>;

Aliased Type§

pub enum switch_application_function_t {
    None,
    Some(unsafe extern "C" fn(*mut switch_core_session, *const i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut switch_core_session, *const i8))

Some value of type T.