Function simics_api_sys::bindings::SIM_register_tracked_notifier

source ยท
pub unsafe extern "C" fn SIM_register_tracked_notifier(
    cls: *mut conf_class_t,
    what: notifier_type_t,
    desc: *const c_char,
    subscribed_changed: Option<unsafe extern "C" fn(obj: *mut conf_object_t, type_: notifier_type_t, has_subscribers: bool)>,
)