LLP64 targets and integral types

Those typedefs look correct. We should have the Clang importer recognize these typedefs and map them to Int/UInt, like it does for NSInteger, size_t and other typedefs that are intended to be pointer sized. It’s likely we haven’t had to for these CF types yet only because nobody’s tried to use CF on an LLP64 platform with Swift yet.