krb5int_ucs2_to_utf8
size_t krb5int_ucs2_to_utf8(krb5_ucs2 c, char *buf);
n = krb5int_ucs2_to_utf8(ch, NULL);
n = krb5int_ucs2_to_utf8(ch, p);