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