pub type switch_log_function_t = Option<unsafe extern "C" fn(node: *const switch_log_node_t, level: switch_log_level_t) -> switch_status_t>;Aliased Type§
pub enum switch_log_function_t {
None,
Some(unsafe extern "C" fn(*const switch_log_node_t, switch_log_level_t) -> switch_status_t),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*const switch_log_node_t, switch_log_level_t) -> switch_status_t)
Some value of type T.