pub type switch_module_runtime_t = Option<unsafe extern "C" fn() -> switch_status_t>;Aliased Type§
pub enum switch_module_runtime_t {
None,
Some(unsafe extern "C" fn() -> switch_status_t),
}pub type switch_module_runtime_t = Option<unsafe extern "C" fn() -> switch_status_t>;pub enum switch_module_runtime_t {
None,
Some(unsafe extern "C" fn() -> switch_status_t),
}