pub fn validate_database_acl_roles( statement: &GrantDatabaseStmt, grantees: &[String], requested_grantor: Option<&str>, current_user: &str, roles: &BTreeMap<String, RoleDefinition>, ) -> Result<(), SQLError>