ucs2_to_utf8
serialnum = ucs2_to_utf8((uint16_t *)p->SerialNum, sz, NULL,
PathName = ucs2_to_utf8(p->PathName, sz, NULL, NULL);
buf = ucs2_to_utf8(ev.name, ev.namesize, NULL, NULL);
args->name = ucs2_to_utf8(ev->name, ev->namesize, NULL, NULL);
desc = ucs2_to_utf8((uint16_t *)&u.bp[u.ko->DescLocation],
info.Description = ucs2_to_utf8(u.bb->Description, sz, NULL, NULL);
char *ucs2_to_utf8(const uint16_t *, size_t, char *, size_t *);
rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
rv = ucs2_to_utf8(path, &upath);
rv = ucs2_to_utf8(path, &upath);
rv = ucs2_to_utf8(val, &uval);
rv = ucs2_to_utf8(name, &uname);
rv = ucs2_to_utf8(guid, &uguid);
int ucs2_to_utf8(const CHAR16 *, char **);
rv = ucs2_to_utf8(errmsg, &uerrmsg);
rv = ucs2_to_utf8(ST->FirmwareVendor, &ufirmware);
int ucs2_to_utf8(const CHAR16 *, char **);
int rv = ucs2_to_utf8(bpart->gpt.ent.ent_name, &label);