---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: FunctionApplication {
  function: PropertyAccess {
   expression: Variable {
    identifier: "lib",
    position: (3, 1),
   },
   attribute_path: AttributePath {
    attributes: [
     Raw {
      content: "mkForce",
      position: (3, 5),
     },
    ],
   },
   default: None,
  },
  arguments: [
   Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "enable",
         position: (4, 3),
        },
       ],
      },
      Variable {
       identifier: "false",
       position: (4, 12),
      },
     ),
    ],
    recursive: false,
    position: (3, 13),
   },
  ],
 },
 position: (1, 1),
}