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