Type Alias simics_api_sys::bindings::smm_switch_cb_t
source · pub type smm_switch_cb_t = Option<unsafe extern "C" fn(obj: *mut conf_object_t, cpu: *mut conf_object_t, user_data: *mut lang_void)>;
Expand description
Aliased Type§
enum smm_switch_cb_t {
None,
Some(unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: *mut c_void)),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *mut conf_object, _: *mut conf_object, _: *mut c_void))
Some value of type T
.