BIO_meth_set_ctrl
int BIO_meth_set_ctrl(BIO_METHOD *biom, long (*ctrl)(BIO *, int, long, void *));
BIO_meth_set_ctrl(bio_method, bio_cb_ctrl);