Return the extended write function installed on a BIO_METHOD.
Declared in <openssl/bio.h>
int(*
BIO_meth_get_write_ex(BIO_METHOD const* biom))(BIO*, char const*, size_t, size_t*);
Write-ex callback, or NULL if unset.
| Name | Description |
|---|---|
| biom | Method to query. |