pub async fn atomic_write_to_zip_cache( target_path: &str, data: &[u8], ) -> Result<(), Box<dyn Error + Send + Sync>>
Write data to a file in the zip cache atomically.