Return the destroy callback installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
int(* BIO_meth_get_destroy(BIO_METHOD const* biom))(BIO*);
Destroy callback, or NULL if unset.