RunScriptFromUriFfiNativeType typedef

RunScriptFromUriFfiNativeType = Int32 Function(Int32 engineId, Uint32 vfsId, Pointer<Utf16> uri, Pointer<Utf16> codeCacheDir, Int32 canUseCodeCache, Int32 isLocalFile, Int32 callbackId)

Implementation

typedef RunScriptFromUriFfiNativeType = Int32 Function(
  Int32 engineId,
  Uint32 vfsId,
  Pointer<Utf16> uri,
  Pointer<Utf16> codeCacheDir,
  Int32 canUseCodeCache,
  Int32 isLocalFile,
  Int32 callbackId,
);