[][src]Type Definition esp_idf_sys::TlsDeleteCallbackFunction_t

type TlsDeleteCallbackFunction_t = Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut c_void)>;

Prototype of local storage pointer deletion callback.