static Map<String, String>? fromOptionalPtr(Pointer<Void> handle) => fromPlatformStringMapNullable(handle, (nativeValue) => toPlatformFromPointerString(nativeValue, needFree: false)!);