Create a datagram (UDP-style) BIO wrapping an existing socket descriptor.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_new_dgram( int fd, int close_flag);
Newly allocated datagram BIO, or NULL on failure.
fd