pub(crate) fn parse_u8_list( data: &[u8], list_length: usize, ) -> Result<(&[u8], &[u8]), ParseError>
Parse a list of u8 from the given data.
u8