Correctly annotate `pstats.FunctionProfile.ncalls` as `str` instead of `int`.
Since this change introduces a difference between typeshed and CPython, add a comment pointing that out and linking to this PR.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>