pub fn parse_variable_assignment(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, VariableAssignment>