pub type profiler_entry_enum_func = Option<unsafe extern "C" fn(context: *mut c_void, entry: *mut profiler_snapshot_entry_t) -> bool>;
Aliased Type§
pub enum profiler_entry_enum_func {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut profiler_snapshot_entry) -> bool),
}