Function destroy

pub(in ::sys::thread_local::native::eager) unsafe extern "C" fn destroy<T>(ptr: *mut u8)

Transition an Alive TLS variable into the Destroyed state, dropping its value.

Safety