Function JS_ParseJSONWithReviver1

Source
pub unsafe fn JS_ParseJSONWithReviver1(
    cx: *mut JSContext,
    str_: Handle<'_, *mut JSString>,
    reviver: Handle<'_, Value>,
    vp: MutableHandle<'_, Value>,
) -> bool