pub fn revoke_acl(
security: &mut DatabaseSecurity,
privilege: DatabaseAclPrivilege,
grantees: &[String],
grantor: &str,
grant_option_only: bool,
cascade: bool,
) -> Result<(), SQLError>pub fn revoke_acl(
security: &mut DatabaseSecurity,
privilege: DatabaseAclPrivilege,
grantees: &[String],
grantor: &str,
grant_option_only: bool,
cascade: bool,
) -> Result<(), SQLError>