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