pub const ZIP64_ENTRY_THR: usize = _; // 65_535usizeExpand description
The number of entries within a single zip necessary to allocate a zip64 central directory record.
If more than this number of entries is written to a [ZipWriter], then [ZipWriter::finish()]
will write out extra zip64 data to the end of the zip file.