BIO_meth_set_read
int BIO_meth_set_read(BIO_METHOD *biom, int (*read)(BIO *, char *, int));
BIO_meth_set_read(bio_method, bio_cb_read);