Return the callback-ctrl function installed on a BIO_METHOD.
Declared in <openssl/bio.h>
long(*
BIO_meth_get_callback_ctrl(BIO_METHOD const* biom))(BIO*, int, BIO_info_cb*);
Callback-ctrl function, or NULL if unset.
| Name | Description |
|---|---|
| biom | Method to query. |