Function esp_idf_sys::pthread_setspecific

source ยท
pub unsafe extern "C" fn pthread_setspecific(
    __key: pthread_key_t,
    __value: *const c_void,
) -> c_int