pub unsafe fn JS_SetElement1(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    index: u32,
    v: HandleObject<'_>
) -> bool