pub fn c_string<'s, E>(i: &'s [u8]) -> IResult<&[u8], &str, E>where E: ParseError<&'s [u8]> + Debug,
Parse a null terminated string