Type Alias simics_api_sys::core_exception_hap_callback
source · pub type core_exception_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, exception_number: int64)>;
Expand description
Index: exception_number Description: Triggered when an exception/trap is taken by a processor. The hap occurs before side-effects, control transfers included, have taken place.
Aliased Type§
enum core_exception_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64)),
}