Improve call expressions in type annotations with native parser (#21300)
In particular, `Annotated[foo, some_call(x=y)]` shouldn't generate an
error.
This depends on mypyc/ast_serialize#52 (which is included in our minimum
ast-serialize version dependency).