BIO_meth_set_destroy
|| !BIO_meth_set_destroy(methods_ebcdic, ebcdic_free))
int BIO_meth_set_destroy(BIO_METHOD *biom, int (*destroy)(BIO *));
|| !BIO_meth_set_destroy(corebiometh, bio_core_free)) {
|| !BIO_meth_set_destroy(methods_async, async_free))
|| !BIO_meth_set_destroy(method_noisy_dgram, noisy_dgram_free))
|| !TEST_true(BIO_meth_set_destroy(tmp, pcipher_destroy)))
|| !TEST_true(BIO_meth_set_destroy(meth_mem, mempacket_test_free)))
|| !BIO_meth_set_destroy(method_tls_dump, tls_dump_free))
|| !TEST_true(BIO_meth_set_destroy(meth_always_retry,
|| !TEST_true(BIO_meth_set_destroy(meth_maybe_retry,
|| !BIO_meth_set_destroy(method_tls_corrupt, tls_corrupt_free))
|| !BIO_meth_set_destroy(method_watchccs, watchccs_free))