Remove the first BIO from a chain and return the new head.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_pop(BIO* b);
The next BIO in the chain, or NULL if b was the last BIO.
b