pub unsafe fn JS_ValueToId(
    cx: *mut JSContext,
    v: HandleValue<'_>,
    idp: &mut MutableHandleId<'_>
) -> bool