pub unsafe fn JS_DefineElement( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, index: u32, value: Handle<'_, Value>, attrs: c_uint, ) -> bool