pub unsafe extern "C" fn igraph_edge_betweenness_cutoff(
graph: *const igraph_t,
weights: *const igraph_vector_t,
res: *mut igraph_vector_t,
eids: igraph_es_t,
directed: igraph_bool_t,
normalized: igraph_bool_t,
cutoff: igraph_real_t,
) -> igraph_error_t