Function pthread_setspecific

Source
pub unsafe extern "C" fn pthread_setspecific(
    arg1: pthread_key_t,
    arg2: *const c_void,
) -> c_int