pub fn read_bytes<'a>(
    input: &'a mut Cursor<&[u8]>,
    len: usize
) -> Result<&'a [u8]>