fn quoted_string_alloca<I, E>(input: I) -> IResult<I, String, E>where I: Input, <I as Input>::Item: AsChar, E: ParseError<I>,