Install an extended pre/post I/O callback on a BIO.
Declared in <openssl/bio.h>
void
BIO_set_callback_ex(
BIO* b,
BIO_callback_fn_ex callback);
| Name | Description |
|---|---|
| b | BIO whose callback is replaced. |
| callback | Extended callback function, or NULL to clear. |