REQUIRE
#define REQUIRE(co, e) do { if (!(co)) SETERROR(e); } while (0)
#define REQUIRE(e) ISC_REQUIRE(e)