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