CallNativeFunctionFfiNativeType typedef
CallNativeFunctionFfiNativeType =
Void Function(Int32 engineId, Int32 rootId, Pointer<Utf16> callId, Pointer<Uint8> params, Int32 paramsLen, Int32 keep)
Implementation
typedef CallNativeFunctionFfiNativeType = Void Function(
Int32 engineId,
Int32 rootId,
Pointer<Utf16> callId,
Pointer<Uint8> params,
Int32 paramsLen,
Int32 keep,
);