Function r_core::r_graph_dfs_node_reverse[][src]

pub unsafe extern "C" fn r_graph_dfs_node_reverse(
    g: *mut RGraph,
    n: *mut RGraphNode,
    vis: *mut RGraphVisitor
)