Allocate a new BIO using type and the default library context.
type
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new(BIO_METHOD const* type);
New BIO, or NULL on failure; free with BIO_free() / BIO_free_all().