pub fn sys_pthread_setspecific(
    key: pthread_key_t,
    value: *const c_void
) -> c_int
Available on crate features musl and multitask only.
Expand description

Set the value of a specific key for a thread.