b64_write
static int b64_write(BIO *h, const char *buf, int num);
i = b64_write(b, NULL, 0);
b64_write,
return b64_write(b, str, strlen(str));