proc setLibraryPath*(self: GDNativeLibrary; platform: string; path: string) {.gcsafe, locks: 0.}
proc getLibraryPath*(self: GDNativeLibrary; platform: string): string {.gcsafe, locks: 0.}