pub fn write_vcd_header<W>(writer: W, uut: &dyn Block) -> VCDProbe<W>where
    W: Write,