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