bio_cb_read
static int bio_cb_read(BIO *bio, char *buf, int size);
BIO_meth_set_read(bio_method, bio_cb_read);