pub fn pretty_terminator<W: Write>(
    terminator: &TerminatorKind,
    w: &mut W
) -> Result<()>