Retrieve application data previously stored on a BIO with BIO_set_ex_data().
Declared in <openssl/bio.h>
<openssl/bio.h>
void* BIO_get_ex_data( BIO const* bio, int idx);
Stored pointer, or NULL if unset.