fn visit_cycle( graph: &Graph, id: &str, states: &mut BTreeMap<String, u8>, stack: &mut Vec<String>, ) -> Option<Vec<String>>