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