Type Alias esp_idf_sys::TlsDeleteCallbackFunction_t
source · pub type TlsDeleteCallbackFunction_t = Option<unsafe extern "C" fn(arg1: c_int, arg2: *mut c_void)>;
Expand description
Prototype of local storage pointer deletion callback.
Aliased Type§
enum TlsDeleteCallbackFunction_t {
None,
Some(unsafe extern "C" fn(_: i32, _: *mut c_void)),
}