pub fn walk_mut_ast_type<'a, 'ast, V: ?Sized + MutVisitor<'a, 'ast>>(
    v: &mut V,
    s: &'a mut AstType<'ast, V::Ident>
)