pub fn string<'s, E>(input: &'s [u8]) -> IResult<&'s [u8], String, E>where E: ParseError<&'s [u8]> + Debug,
Read ROOT’s version of short and long strings (preceeded by u8). Does not read null terminated!