fn write_guid(out: &mut impl Write, guid: Uuid) -> Result<(), Error>
Write a UUID in the mixed-endian format which GPT uses for GUIDs.