pub async fn spawn_unseal_decompress<S>(
    envelope: Envelope,
    src_file: S,
    dst_file: S
) -> Result<()> where
    S: AsRef<str>,