let uncompressed_size = data.uncompressed_size as usize;
/* We already know *exactly* how many bytes we will need to read out
* (because this info is recorded in the zip file entryu), so we can
* allocate exactly that much to minimize allocation as well as
* blocking on memory availability for the decompressor. */
they literally don't want you to know this about zip files