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