_err
_err(int eval, const char *fmt, ...)
__weak_reference(_err, err);
_err(1, "stringlist: %m");
#define err _err