JS_GetNullValue typedef

JS_GetNullValue = Pointer<NativeType> Function(Pointer<JSContext> ctx, Pointer<JSValueConst> v)

Implementation

typedef JS_GetNullValue = Pointer Function(
  Pointer<JSContext> ctx,
  Pointer<JSValueConst> v,
);