Type Alias simics_api_sys::console_break_string_hap_callback
source · pub type console_break_string_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, break_string: *mut c_char)>;
Expand description
Index: break_id Description: Triggered when the output matches a string set to break on. The
Aliased Type§
enum console_break_string_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut i8)),
}