JsContextReverseFunc typedef
JsContextReverseFunc =
Void Function(Pointer<NativeType> context, Pointer<NativeType> )
Implementation
typedef JsContextReverseFunc = Void Function(Pointer context, Pointer backup);
typedef JsContextReverseFunc = Void Function(Pointer context, Pointer backup);