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