pub unsafe fn JS_DefinePropertyById5( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, id: Handle<'_, jsid>, value: Handle<'_, *mut JSObject>, attrs: c_uint, ) -> bool