Platform thread-local storage key used by CRYPTO_THREAD_*_local().
Declared in <openssl/crypto.h>
<openssl/crypto.h>
typedef pthread_key_t CRYPTO_THREAD_LOCAL;
On POSIX builds this is pthread_key_t; Windows builds use DWORD; no-thread fallbacks use unsigned int.