Function instr_disable

Source
#[no_mangle]
pub unsafe fn instr_disable()
Expand description

Disables the probe instrumentation.

§Note

This function is thread-specific, which means it only disables on the thread they called on.

§Safety

This function is called outside the normal Rust program.