int kvsprintf(char *buf, const char *fmt, va_list args)
Sends formatted output to a string using an argument list.
int printf_helper(const char *fmt, va_list args, printf_cb_fnptr_t fn, void *ptr)
Perform all printf operations on the format string using the provided argument list and uses the call...