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