pub fn author_utp_to_vec(utp: &Utp) -> Result<Vec<u8>, UtpError>
Authors the UTP file the typed view describes, as bytes.
UtpError::Gff when a value will not encode. Writing into a Vec has no I/O to fail at.
UtpError::Gff
Vec