pub type IdaxDebuggerExceptionCallback = Option<unsafe extern "C" fn(context: *mut c_void, exception_info: *const IdaxDebuggerExceptionInfo)>;Aliased Type§
pub enum IdaxDebuggerExceptionCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *const IdaxDebuggerExceptionInfo)),
}