pub fn dump<F>(input: File, config: DumpConfig<'_>, handler: F) -> Result<()>where F: FnMut(Entry<'_>) -> Result<()> + Send,
Parse the provided composefs into dumpfile entries.