pub fn write_binary( to: &str, name: &str, reader: impl Read, only_binaries: bool, trace: bool, ) -> Result<(), Box<dyn Error>>