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