pub type retro_perf_stop_t = Option<unsafe extern "C" fn(counter: *mut retro_perf_counter)>;Expand description
Stops a registered counter.
Aliased Type§
pub enum retro_perf_stop_t {
None,
Some(unsafe extern "C" fn(*mut retro_perf_counter)),
}