pub fn gen_ack<'a>( input: &'a mut [u8], method: &'a Ack, ) -> Result<&'a mut [u8], GenError>
Serialize ack (Generated)