JsContextActionFunc typedef

JsContextActionFunc = Int32 Function(Pointer<NativeType> context, Int32 type, Int32 argc)

Implementation

typedef JsContextActionFunc = Int32 Function(Pointer context, Int32 type, Int32 argc);