Retrieve application-specific data previously stored on an EVP_PKEY.
Declared in <openssl/evp.h>
<openssl/evp.h>
void* EVP_PKEY_get_ex_data( EVP_PKEY const* key, int idx);
Stored pointer, or NULL if unset or on error.