BIO_new_ex
return BIO_new_ex(NULL, method);
if ((outbio = BIO_new_ex(libctx, BIO_s_core())) == NULL)
BIO *BIO_new_ex(OSSL_LIB_CTX *libctx, const BIO_METHOD *method);