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