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