pub fn write_message_to( message: &Message, buffer: &mut dyn BufMut, ) -> Result<(), Error>
Writes the message to the given buffer.
message
buffer