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