pub unsafe fn JS_GetElement(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    index: u32,
    vp: &mut MutableHandleValue<'_>
) -> bool