pub fn textstring(input: &[u8]) -> IResult<&[u8], &str>
HT, SP, Printable US-ASCII
textstring = 1*(%d09 / %d32-126)