pub fn dump_graph_to_path<P: AsRef<Path>>( graph: &SqliteGraph, path: P, ) -> Result<(), SqliteGraphError>