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