pub fn visit_revoke_role_statement<'ast, V, T: AstInfo>( visitor: &mut V, node: &'ast RevokeRoleStatement<T>, )where V: Visit<'ast, T> + ?Sized,