pub type switch_module_load_t = Option<unsafe extern "C" fn(module_interface: *mut *mut switch_loadable_module_interface_t, pool: *mut switch_memory_pool_t) -> switch_status_t>;Aliased Type§
pub enum switch_module_load_t {
None,
Some(unsafe extern "C" fn(*mut *mut switch_loadable_module_interface, *mut fspr_pool_t) -> switch_status_t),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut *mut switch_loadable_module_interface, *mut fspr_pool_t) -> switch_status_t)
Some value of type T.