BIO_meth_set_puts
int BIO_meth_set_puts(BIO_METHOD *biom, int (*puts)(BIO *, const char *));
BIO_meth_set_puts(bio_method, bio_cb_puts);