Function simics_api_sys::SIM_add_notifier
source ยท pub unsafe extern "C" fn SIM_add_notifier(
obj: *mut conf_object_t,
what: notifier_type_t,
subscriber: *mut conf_object_t,
callback: Option<unsafe extern "C" fn(subscriber: *mut conf_object_t, notifier: *mut conf_object_t, data: *mut lang_void)>,
data: *mut lang_void,
) -> *mut notifier_handle_t