pub unsafe extern "C" fn igraph_bipartite_game_gnm(
graph: *mut igraph_t,
types: *mut igraph_vector_bool_t,
n1: igraph_int_t,
n2: igraph_int_t,
m: igraph_int_t,
directed: igraph_bool_t,
mode: igraph_neimode_t,
allowed_edge_types: igraph_edge_type_sw_t,
edge_labeled: igraph_bool_t,
) -> igraph_error_t