gpt_find_guid_type
t = gpt_find_guid_type(str);
static const struct gpt_ptype_desc *gpt_find_guid_type(const char*);
part->gp_type = gpt_find_guid_type(s+1);
part->gp_type = gpt_find_guid_type(val);
t = gpt_find_guid_type(str);