Duplicate a BIO_ADDR, copying its family and address bytes.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO_ADDR* BIO_ADDR_dup(BIO_ADDR const* ap);
Newly allocated copy, or NULL on failure / if ap is NULL.
ap