pub unsafe extern "C" fn pthread_introspection_setspecific_np(
    thread: pthread_t,
    key: pthread_key_t,
    value: *const c_void
) -> c_int