Substitutes a zstd compressed file for a regular input file. The zstd compressed
file is decompressed to the input FUN.
Substitutes a zstd compressed file for a regular output file. The output of FUN is
converted to a zstd compressed file at the target zstd file path.
Usage
zstd_in(FUN, ..., envir = parent.frame(), tmpfile = tempfile())
zstd_out(FUN, ..., envir = parent.frame(), tmpfile = tempfile())