[
    Function(
        Function {
            start: (
                1,
                7,
            ),
            end: (
                1,
                29,
            ),
            name: SimpleIdentifier {
                span: (
                    1,
                    16,
                ),
                value: "foo",
            },
            attributes: [],
            parameters: FunctionParameterList {
                start: (
                    1,
                    19,
                ),
                end: (
                    1,
                    28,
                ),
                members: [
                    FunctionParameter {
                        start: (
                            1,
                            20,
                        ),
                        end: (
                            1,
                            22,
                        ),
                        name: SimpleVariable {
                            span: (
                                1,
                                20,
                            ),
                            name: "n",
                        },
                        attributes: [],
                        type: None,
                        variadic: false,
                        default: None,
                        by_ref: false,
                    },
                    FunctionParameter {
                        start: (
                            1,
                            24,
                        ),
                        end: (
                            1,
                            26,
                        ),
                        name: SimpleVariable {
                            span: (
                                1,
                                24,
                            ),
                            name: "m",
                        },
                        attributes: [],
                        type: None,
                        variadic: false,
                        default: None,
                        by_ref: false,
                    },
                ],
            },
            return_type: None,
            by_ref: false,
            body: [],
        },
    ),
]
