pub type internal_time_quantum_changed_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: Simics internal. Triggered when the time quantum has changed. The hap is supported in Simics 5 even though it is marked as internal.
Aliased Type§
enum internal_time_quantum_changed_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object)),
}