static func bind(to address: SocketPath,
                     options: SocketOptions,
                     closure: (Binding) throws -> Void) throws {
        try closure(bind(to: address, options: options))
    }