Skip to main content

IdaxDebuggerThreadStartedCallback

Type Alias IdaxDebuggerThreadStartedCallback 

Source
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)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.