pub fn parse_expression_token_variable_parameter(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, ExpressionToken>