pub fn gen_commit<'a>( input: &'a mut [u8], _: &'a Commit, ) -> Result<&'a mut [u8], GenError>
Serialize commit (Generated)