color_snprintf
return color_snprintf(hpp->buf, hpp->size,
return color_snprintf(bf, size, color, fmt, value);
return color_snprintf(bf, size, color, fmt, len, percent);
int color_snprintf(char *bf, size_t size, const char *color, const char *fmt, ...) __printf(4, 5);
color_snprintf(str, sizeof(str), color ?: "", fmt ?: "", val);