pub type WriterFn = Box<dyn FnOnce(&mut dyn Write) -> Result<()> + Send>;
Type alias for the writer closure used in execute_with_writer
pub struct WriterFn(/* private fields */);