Type Alias switch_management_interface_t
Source pub type switch_management_interface_t = switch_management_interface;
#[repr(C)]
pub struct switch_management_interface_t {
pub relative_oid: *const i8,
pub management_function: Option<unsafe extern "C" fn(*mut i8, u32, *mut i8, usize) -> switch_status_t>,
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_management_interface,
}