RegisterThreadCallback

Type Alias RegisterThreadCallback 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i8, *mut c_void) -> *mut ProfilingStack)

Some value of type T.