pub async fn update_role( db: &DbHandle, id: i64, name: Option<&str>, slug: Option<&str>, allow_system: bool, ) -> Result<Model>