pub fn parse_string(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, String>