ucs2_to_utf8
ucs2_to_utf8(descr, &str);
ucs2_to_utf8(ucs2, &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 **);
if (ucs2_to_utf8(((FILEPATH_DEVICE_PATH *)node)->PathName,
if (ucs2_to_utf8(varnamearg, &var) != 0)
if (ucs2_to_utf8(varnamearg, &var) != 0)
ucs2_to_utf8(fp->PathName, &kernel);