tohex
tohex(const void *vp, size_t l)
tohex(const void *_s, size_t l)
#define tohex Fssh_tohex
#define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10)
#undef tohex
tohex(char **buf, int len, uint32_t val)