Return the digest method's private data pointer for a context.
Declared in <openssl/evp.h>
<openssl/evp.h>
void* EVP_MD_CTX_get0_md_data(EVP_MD_CTX const* ctx);
Implementation-specific data pointer (do not free), or NULL if unavailable.