Type Alias simics_api_sys::bindings::component_change_hap_callback
source · pub type component_change_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t)>;
Expand description
Index: Indices not supported Description: Internal: Similar to Component_Hierarchy_Change but also triggered for components that are not part of any complete hierarchy including non-instantiated components.
Aliased Type§
enum component_change_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object)),
}