pub fn print_hash_zero( out: &mut impl Write, hash: &str, filename: &str, binary: bool, ) -> Result<()>
Print hash in GNU format with NUL terminator instead of newline.