ISC_REQUIRE
ISC_REQUIRE((rp)->refs > 0); \
#define isc_refcount_destroy(rp) ISC_REQUIRE((rp)->refs == 0)
#define REQUIRE(e) ISC_REQUIRE(e)