pub type RegisterThreadCallback = Option<unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> *mut ProfilingStack>;
Aliased Type§
enum RegisterThreadCallback {
None,
Some(unsafe extern "C" fn(_: *const i8, _: *mut c_void) -> *mut ProfilingStack),
}