fn check_owner_roles( object_id: &ObjectId, role_ids: &BTreeSet<RoleId>, catalog: &impl SessionCatalog, ) -> bool
Reports whether any role has ownership over an object.