ucs2_to_utf8
ucs2_to_utf8(Fp->PathName, &name);
ucs2_to_utf8(fp->PathName, &name);
rv = ucs2_to_utf8(var.name, name);
int ucs2_to_utf8(const efi_char *, char **);
ucs2_to_utf8(descr, &str);
ucs2_to_utf8(ucs2, &utf8);