pub fn to_dot_normalized<'a>(root: &dyn Graph<'a>) -> String
Returns the output of to_dot() with identifiers normalized for consistency.
to_dot()
Replaces all occurrences of pointers with their offset from root.get_str().as_ptr().
root.get_str().as_ptr()