Type Definition obs_sys::profiler_entry_enum_func

source ·
pub type profiler_entry_enum_func = Option<unsafe extern "C" fn(context: *mut c_void, entry: *mut profiler_snapshot_entry_t) -> bool>;