pub unsafe extern "C" fn igraph_realize_bipartite_degree_sequence(
graph: *mut igraph_t,
deg1: *const igraph_vector_int_t,
deg2: *const igraph_vector_int_t,
allowed_edge_types: igraph_edge_type_sw_t,
method: igraph_realize_degseq_t,
) -> igraph_error_t