pub fn write_file_header( s: &mut dyn Write, file_magic: &[u8; 4] ) -> Result<(), Box<dyn Error + Send + Sync>>