Skip to main content

IdaxDebuggerProcessStartedCallback

Type Alias IdaxDebuggerProcessStartedCallback 

Source
pub type IdaxDebuggerProcessStartedCallback = Option<unsafe extern "C" fn(context: *mut c_void, module_info: *const IdaxDebuggerModuleInfo)>;

Aliased Type§

pub enum IdaxDebuggerProcessStartedCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *const IdaxDebuggerModuleInfo)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *const IdaxDebuggerModuleInfo))

Some value of type T.