Return the legacy write function installed on a BIO_METHOD.
Declared in <openssl/bio.h>
<openssl/bio.h>
int(* BIO_meth_get_write(BIO_METHOD const* biom))(BIO*, char const*, int);
Write callback, or NULL if unset.