pub type IdaxDebuggerProcessExitedCallback = Option<unsafe extern "C" fn(context: *mut c_void, exit_code: c_int)>;
pub enum IdaxDebuggerProcessExitedCallback { None, Some(unsafe extern "C" fn(*mut c_void, i32)), }
No value.
Some value of type T.
T