Test whether any of the given flag bits are set on a BIO.
Declared in <openssl/bio.h>
<openssl/bio.h>
int BIO_test_flags( BIO const* b, int flags);
Bitwise AND of the BIO's flags with flags.
flags.