pub fn decode_in_place(buff: &mut [u8]) -> Result<usize, ()>
Decodes a message in-place.
This is the same function as decode, but replaces the encoded message with the decoded message instead of writing to another buffer.
decode