Create a file-descriptor BIO wrapping an existing OS descriptor.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new_fd( int fd, int close_flag);
Newly allocated fd BIO, or NULL on failure.
fd