Type Alias simics_api_sys::core_log_message_hap_callback

source ·
pub type core_log_message_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, type_: c_int, message: *mut c_char)>;
Expand description

Index: log type Description: Triggered when a log message is registered that is supposed to be logged, i.e. with matching type and group(s) and level.

Aliased Type§

enum core_log_message_hap_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32, _: *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i32, _: *mut i8))

Some value of type T.