insist_impl
#define insist(x) insist_impl(__FILE__, __LINE__, #x, x)
insist_impl(const char *file, int line, const char *cmd, krb5_boolean result);