pub unsafe extern "C" fn igraph_bipartite_iea_game(
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,
) -> igraph_error_t