Report whether ptr was allocated from the OpenSSL secure heap.
ptr
Declared in <openssl/crypto.h>
<openssl/crypto.h>
int CRYPTO_secure_allocated(void const* ptr);
1 if ptr is a secure-heap allocation, or 0 otherwise.