Skip to main content

drmgr_unregister_cls_field

Function drmgr_unregister_cls_field 

Source
pub unsafe extern "C" fn drmgr_unregister_cls_field(
    cb_init_func: Option<unsafe extern "C" fn(drcontext: *mut c_void, new_depth: bool_)>,
    cb_exit_func: Option<unsafe extern "C" fn(drcontext: *mut c_void, thread_exit: bool_)>,
    idx: c_int,
) -> bool_
Expand description

Frees a previously reserved callback-local storage (cls) slot index and unregisters its event callbacks. Returns false if the slot was not actually reserved.