Decompresses a source zlib file and writes it to destination.
| src |
source compressed file path. |
| dst |
destination plain file path. |
|
Result.ok(true) on success, or Result.error(ZlibError) on failure. |