pub fn write_infused_nar_path( w: &mut impl Write, node: Node, nar_size: u64, ) -> Result<(), Error>
From a given root node and nar_size, writes a castore-infused NAR path to the writer.