---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: Map {
  bindings: [
   Binding {
    from: AttributePath {
     parts: [
      Raw {
       content: "attrsOfSub",
       position: (4, 3),
      },
      Raw {
       content: "foo",
       position: (4, 14),
      },
      Raw {
       content: "enable",
       position: (4, 18),
      },
     ],
    },
    to: FunctionApplication {
     function: PropertyAccess {
      expression: Variable {
       identifier: "lib",
       position: (4, 27),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "mkForce",
         position: (4, 31),
        },
       ],
      },
      default: None,
     },
     arguments: [
      Variable {
       identifier: "false",
       position: (4, 39),
      },
     ],
    },
   },
  ],
  recursive: false,
  position: (3, 1),
 },
 position: (1, 1),
}