BIO_f_base64
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
if ((b64 = BIO_new(BIO_f_base64())) == NULL)
BIO *b64 = BIO_new(BIO_f_base64());
b64 = BIO_new(BIO_f_base64());
if (!(b64 = BIO_new(BIO_f_base64()))) {
const BIO_METHOD *BIO_f_base64(void);