pub unsafe extern "C" fn igraph_minimum_spanning_tree(
graph: *const igraph_t,
res: *mut igraph_vector_int_t,
weights: *const igraph_vector_t,
method: igraph_mst_algorithm_t,
) -> igraph_error_tpub unsafe extern "C" fn igraph_minimum_spanning_tree(
graph: *const igraph_t,
res: *mut igraph_vector_int_t,
weights: *const igraph_vector_t,
method: igraph_mst_algorithm_t,
) -> igraph_error_t