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