pub fn ipld_write( reader: &mut impl CarReader, cid: Cid, output: &mut impl Write, ) -> Result<(), CarError>
write ipld to output file_cid is the file cid to write output is the out the file write to.
file_cid
output