Skip to main content

IdaxDebuggerBreakpointHitCallback

Type Alias IdaxDebuggerBreakpointHitCallback 

Source
pub type IdaxDebuggerBreakpointHitCallback = Option<unsafe extern "C" fn(context: *mut c_void, thread_id: c_int, address: u64)>;

Aliased Type§

pub enum IdaxDebuggerBreakpointHitCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, i32, u64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, i32, u64))

Some value of type T.