namespace Utils { const char *VA(const char *fmt, ...); std::string StrToLower(std::string input); }