pub fn decode_frame(encoded: &[u8]) -> Option<Vec<u8>>
COBS-decode a frame (without the sentinel). Returns None on decode error.
None