pub unsafe extern "C" fn JS_IdToValue(
    cx: *mut JSContext,
    id: PropertyKey,
    vp: MutableHandle<Value>
) -> bool