BIO_meth_new
BIO_METHOD *BIO_meth_new(int type, const char *name);
LCRYPTO_ALIAS(BIO_meth_new);
LCRYPTO_USED(BIO_meth_new);
bio_method = BIO_meth_new(BIO_TYPE_MEM, "libtls_callbacks");