---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "options",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: Map {
   bindings: [
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "options",
        position: (9, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "services",
           position: (11, 5),
          },
          Raw {
           content: "mail",
           position: (11, 14),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "sendmailSetuidWrapper",
              position: (13, 7),
             },
            ],
           },
           to: FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (13, 31),
            },
            arguments: [
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "type",
                   position: (14, 9),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (14, 16),
                  },
                  attribute_path: AttributePath {
                   parts: [
                    Raw {
                     content: "nullOr",
                     position: (14, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "options",
                    position: (14, 29),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "security",
                      position: (14, 37),
                     },
                     Raw {
                      content: "wrappers",
                      position: (14, 46),
                     },
                     Raw {
                      content: "type",
                      position: (14, 55),
                     },
                     Raw {
                      content: "nestedTypes",
                      position: (14, 60),
                     },
                     Raw {
                      content: "elemType",
                      position: (14, 72),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "default",
                   position: (15, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "null",
                 position: (15, 19),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "internal",
                   position: (16, 9),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (16, 20),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "description",
                   position: (17, 9),
                  },
                 ],
                },
                to: String {
                 parts: [
                  Raw {
                   content: "Configuration for the sendmail setuid wapper.\n",
                   position: (18, 1),
                  },
                 ],
                 position: (17, 23),
                },
               },
              ],
              recursive: false,
              position: (13, 40),
             },
            ],
           },
          },
         ],
         recursive: false,
         position: (11, 21),
        },
       },
      ],
      recursive: false,
      position: (9, 13),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "config",
        position: (28, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (28, 12),
      },
      arguments: [
       Parentheses {
        expression: BinaryOperation {
         operator: NotEqualTo,
         operands: [
          PropertyAccess {
           expression: Variable {
            identifier: "config",
            position: (28, 18),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (28, 25),
             },
             Raw {
              content: "mail",
              position: (28, 34),
             },
             Raw {
              content: "sendmailSetuidWrapper",
              position: (28, 39),
             },
            ],
           },
           default: None,
          },
          Variable {
           identifier: "null",
           position: (28, 64),
          },
         ],
         position: (28, 61),
        },
        position: (28, 17),
       },
       Map {
        bindings: [
         Binding {
          from: AttributePath {
           parts: [
            Raw {
             content: "security",
             position: (30, 5),
            },
            Raw {
             content: "wrappers",
             position: (30, 14),
            },
            Raw {
             content: "sendmail",
             position: (30, 23),
            },
           ],
          },
          to: PropertyAccess {
           expression: Variable {
            identifier: "config",
            position: (30, 34),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "services",
              position: (30, 41),
             },
             Raw {
              content: "mail",
              position: (30, 50),
             },
             Raw {
              content: "sendmailSetuidWrapper",
              position: (30, 55),
             },
            ],
           },
           default: None,
          },
         },
        ],
        recursive: false,
        position: (28, 70),
       },
      ],
     },
    },
   ],
   recursive: false,
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}