Skip to main content

IdaxDebuggerExceptionCallback

Type Alias IdaxDebuggerExceptionCallback 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const IdaxDebuggerExceptionInfo))

Some value of type T.