efi_guid_to_name
bool efi_guid_to_name(EFI_GUID *, char **);
if (efi_guid_to_name(matchguid, &str) == false) {
if (efi_guid_to_name(guid, &name) == true) {
if (efi_guid_to_name(protocols[j], &name) == true) {