BIO_get_data
if ((ctx = BIO_get_data(b)) == NULL)
void *BIO_get_data(BIO *a);
struct tls *ctx = BIO_get_data(bio);