_thread_vprintf
_thread_vprintf(STDERR_FILENO, fmt, ap);
_thread_vprintf(fd, fmt, ap);
void _thread_vprintf(int, const char *, va_list) __hidden;