pub type IdaxDebuggerBreakpointChangedCallback = Option<unsafe extern "C" fn(context: *mut c_void, change: c_int, address: u64)>;Aliased Type§
pub enum IdaxDebuggerBreakpointChangedCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, u64)),
}