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