public SwiftImportAttribute(string libraryPath, string?mangledName = null) { this.lib = NativeLib.Get(libraryPath); this.mangledName = mangledName; }