efi_guid_to_name
int efi_guid_to_name(efi_guid_t *guid, char **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) {
efi_guid_to_name(guid, &pretty);