igraph_compose

Function igraph_compose 

Source
pub unsafe extern "C" fn igraph_compose(
    res: *mut igraph_t,
    g1: *const igraph_t,
    g2: *const igraph_t,
    edge_map1: *mut igraph_vector_int_t,
    edge_map2: *mut igraph_vector_int_t,
) -> igraph_error_t