pub fn gen_tune<'a>( input: &'a mut [u8], method: &'a Tune, ) -> Result<&'a mut [u8], GenError>
Serialize tune (Generated)