JsToDartActionFunc typedef
JsToDartActionFunc =
Int32 Function(Pointer<NativeType> context, Int32 type, Int32 argc)
Implementation
typedef JsToDartActionFunc = Int32 Function(Pointer context, Int32 type, Int32 argc);