pub type RegisterThreadCallback = Option<unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack>;
pub enum RegisterThreadCallback { None, Some(unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack), }
No value.
Some value of type T.
T