Converts a locale token to a locale specification string.
#include <unidef.h>
const LocaleToken locale_token;
int LocaleStringType;
VOID **locale_string;
int result;
result = UniLocaleTokenToStr(locale_token,
LocaleStringType, locale_string);