pub fn parse_string<'a>( typ: u8, len: u8, ) -> impl FnMut(&'a [u8]) -> IResult<&'a [u8], DescriptorString>
Parse a string with type and length