Return the BIO_METHOD for a null filter that discards writes and yields EOF on reads.
Declared in <openssl/bio.h>
<openssl/bio.h>
BIO_METHOD const* BIO_f_null();
Pointer to the internal null-filter method table.