Return the ctrl function installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
long(* BIO_meth_get_ctrl(BIO_METHOD const* biom))(BIO*, int, long, void*);
Ctrl callback pointer, or NULL if unset.