Return the opaque callback-argument pointer stored on a BIO.
Declared in <openssl/bio.h>
<openssl/bio.h>
char* BIO_get_callback_arg(BIO const* b);
Pointer previously passed to BIO_set_callback_arg(), or NULL.