CallFunctionFfiNativeType typedef
CallFunctionFfiNativeType =
Void Function(Int32 engineId, Pointer<Utf16> action, Pointer<Uint8> params, Int32 paramsLen, Int32 callbackId)
Implementation
typedef CallFunctionFfiNativeType = Void Function(
Int32 engineId,
Pointer<Utf16> action,
Pointer<Uint8> params,
Int32 paramsLen,
Int32 callbackId,
);