BIO_s_null
if ((bio_c_out = BIO_new(BIO_s_null())) == NULL)
bio_s_out = BIO_new(BIO_s_null());
return BIO_new(BIO_s_null());
rbio = BIO_new(BIO_s_null());
bio = BIO_new(BIO_s_null());
const BIO_METHOD *BIO_s_null(void);
if ((bio = BIO_new(BIO_s_null())) == NULL)