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