Skip to main content

IdaxMicrocodeMatchCallback

Type Alias IdaxMicrocodeMatchCallback 

Source
pub type IdaxMicrocodeMatchCallback = Option<unsafe extern "C" fn(context: *mut c_void, address: u64, itype: c_int) -> c_int>;

Aliased Type§

pub enum IdaxMicrocodeMatchCallback {
    None,
    Some(unsafe extern "C" fn(*mut c_void, u64, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, u64, i32) -> i32)

Some value of type T.