Write `size` bytes whose contents are produced by `fill`. The default implementation allocates and forwards to [`Container::write`]; backends that can mmap a writable region may override to fill in place.
(&self, path: &str, size: usize, fill: &mut dyn FnMut(&mut [u8]) -> Result<()>)
source not stored for this graph (policy: none)