pub fn load_graph( path: &Path, max_bytes: u64, ) -> Result<(Vec<CfNode>, Vec<CfEdge>, Vec<Value>, HashMap<String, Value>)>