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