Type Alias simics_api_sys::bindings::text_console_new_title_hap_callback
source · pub type text_console_new_title_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, new_title: *mut c_char)>;
Expand description
Index: Indices not supported Description: Triggered when the console is assigned a new title.
Aliased Type§
enum text_console_new_title_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: *mut i8)),
}