buffer_write
return (buffer_write(b, str, strlen(str)));
static int buffer_write(BIO *h, const char *buf, int num);
.bwrite = buffer_write,