Type Alias switch_application_interface_t
Source pub type switch_application_interface_t = switch_application_interface;
#[repr(C)]
pub struct switch_application_interface_t {
pub interface_name: *const i8,
pub application_function: Option<unsafe extern "C" fn(*mut switch_core_session, *const i8)>,
pub long_desc: *const i8,
pub short_desc: *const i8,
pub syntax: *const i8,
pub flags: u32,
pub rwlock: *mut fspr_thread_rwlock_t,
pub refs: i32,
pub reflock: *mut fspr_thread_mutex_t,
pub parent: *mut switch_loadable_module_interface,
pub next: *mut switch_application_interface,
}