[cxx-interop] Do not import `std::chrono::time_zone_link`
This type is non-copyable, but its implementation in libstdc++13 does not explicitly declare a deleted copy constructor.
After rebranch, we should start using API Notes to annotate the type as a non-copyable type in Swift.
For now, this change disables import of this type.
See https://github.com/swiftlang/swift/pull/73086
rdar://134432426