Availability:C-language interface function
int SsnprintfX(char
*buf, size_t size, const char *fm, ...)Same as Ssnprintf()
but doesn't have the format-checking attribute. This is intended for
formats that include extended format specifiers such as "%Ws"
or "%Us"
.