gpt_change_ent
int gpt_change_ent(gpt_t, const struct gpt_find *,
return gpt_change_ent(gpt, &find, change, name);
return gpt_change_ent(gpt, &find, change, NULL);
return gpt_change_ent(gpt, &find, change, &newtype);
rc = gpt_change_ent(gpt, &find, change_ent, &ctx);