init(capacity:)
Create an empty output, reserving enough space for the specified number of bytes in the destination buffer.
init(capacity: Int)
The size hint is only effective if Destination
provides a real, non-defaulted witness for RangeReplaceableCollection.reserveCapacity(_:)
.