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