Return the next BIO in a filter chain after b.
b.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO* BIO_next(BIO* b);
Next BIO in the chain, or NULL if b is the last / has no next.
b