InitJsFrameworkFfiNativeType typedef
InitJsFrameworkFfiNativeType =
Int64 Function(Pointer<Utf16> globalConfig, Int32 singleThreadMode, Int32 bridgeParamJson, Int32 isDevModule, Int64 groupId, Uint32 vfsId, Uint32 ffiId, Uint32 domManagerId, Int32 engineId, Int32 callbackId, Uint32 devtoolsId)
Implementation
typedef InitJsFrameworkFfiNativeType = Int64 Function(
Pointer<Utf16> globalConfig,
Int32 singleThreadMode,
Int32 bridgeParamJson,
Int32 isDevModule,
Int64 groupId,
Uint32 vfsId,
Uint32 ffiId,
Uint32 domManagerId,
Int32 engineId,
Int32 callbackId,
Uint32 devtoolsId,
);