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