pub fn parse_variable_identifier(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, VariableIdentifier>