Return the cumulative number of bytes successfully written through a BIO.
Declared in <openssl/bio.h>
<openssl/bio.h>
uint64_t BIO_number_written(BIO* bio);
Total bytes written since the BIO was created.