Return the BIO_ADDR carried by an address-info list node.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO_ADDR const* BIO_ADDRINFO_address(BIO_ADDRINFO const* bai);
Pointer to the embedded address (owned by bai; do not free separately).
bai;