Function mozjs::rust::wrappers::JS_ParseJSON2

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