pub unsafe fn JS_IdToValue(
    cx: *mut JSContext,
    id: jsid,
    vp: &mut MutableHandle<'_, Value>
) -> bool