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