pub type switch_event_callback_t = Option<unsafe extern "C" fn(arg1: *mut switch_event_t)>;Aliased Type§
pub enum switch_event_callback_t {
None,
Some(unsafe extern "C" fn(*mut switch_event)),
}pub type switch_event_callback_t = Option<unsafe extern "C" fn(arg1: *mut switch_event_t)>;pub enum switch_event_callback_t {
None,
Some(unsafe extern "C" fn(*mut switch_event)),
}