Write dlen bytes from data to a BIO.
dlen
data
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_write( BIO* b, void const* data, int dlen);
Number of bytes written, or a negative value on error (see BIO_should_retry).