---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "options",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: Map {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "options",
        position: (9, 3),
       },
      ],
     },
     Map {
      bindings: [
       KeyValue(
        AttributePath {
         attributes: [
          Raw {
           content: "services",
           position: (11, 5),
          },
          Raw {
           content: "mail",
           position: (11, 14),
          },
         ],
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "sendmailSetuidWrapper",
              position: (13, 7),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkOption",
             position: (13, 31),
            },
            arguments: [
             Map {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "type",
                   position: (14, 9),
                  },
                 ],
                },
                FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "types",
                   position: (14, 16),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "nullOr",
                     position: (14, 22),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  PropertyAccess {
                   expression: Variable {
                    identifier: "options",
                    position: (14, 29),
                   },
                   attribute_path: AttributePath {
                    attributes: [
                     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,
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "default",
                   position: (15, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "null",
                 position: (15, 19),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "internal",
                   position: (16, 9),
                  },
                 ],
                },
                Variable {
                 identifier: "true",
                 position: (16, 20),
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "description",
                   position: (17, 9),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "Configuration for the sendmail setuid wapper.\n",
                   position: (18, 1),
                  },
                 ],
                },
               ),
              ],
              recursive: false,
              position: (13, 40),
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (11, 21),
        },
       ),
      ],
      recursive: false,
      position: (9, 13),
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "config",
        position: (28, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "mkIf",
       position: (28, 12),
      },
      arguments: [
       BinaryOperation {
        operator: NotEqualTo,
        operands: [
         PropertyAccess {
          expression: Variable {
           identifier: "config",
           position: (28, 18),
          },
          attribute_path: AttributePath {
           attributes: [
            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),
       },
       Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "security",
             position: (30, 5),
            },
            Raw {
             content: "wrappers",
             position: (30, 14),
            },
            Raw {
             content: "sendmail",
             position: (30, 23),
            },
           ],
          },
          PropertyAccess {
           expression: Variable {
            identifier: "config",
            position: (30, 34),
           },
           attribute_path: AttributePath {
            attributes: [
             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),
}