pub fn parse_function_call(
    input: KconfigInput<'_>
) -> IResult<KconfigInput<'_>, FunctionCall>