pthread_key_create
int pthread_key_create(pthread_key_t *, void (*) (void *)) __nonnull(1);
WR(stub_zero, pthread_key_create);
pthread_key_create(&thread_malloc_key, _nmalloc_thr_destructor);
__strong_reference(_pthread_key_create, pthread_key_create);