Return the BIO_METHOD for a null source/sink that discards writes and returns EOF on reads.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO_METHOD const* BIO_s_null();
Pointer to the static null BIO method for use with BIO_new().