static Map<String, String> fromNativePtr(Pointer<Void> handle) => fromPlatformStringMap(handle, (nativeValue) => toPlatformFromPointerString(nativeValue, needFree: false)!);