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