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