pub unsafe fn JS_ParseJSON2(
    cx: *mut JSContext,
    chars: *const Latin1Char,
    len: u32,
    vp: &mut MutableHandle<'_, Value>
) -> bool