pub fn pagerank(
    g: &PyGraphView,
    iter_count: usize,
    max_diff: Option<f64>
) -> PyResult<HashMap<String, f64>>