Create an accept BIO bound to host_port (host:port or port-only form).
host_port
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new_accept(char const* host_port);
New accept BIO, or NULL on failure; free with BIO_free_all().