pub unsafe extern "C" fn igraph_static_power_law_game(
graph: *mut igraph_t,
no_of_nodes: igraph_int_t,
no_of_edges: igraph_int_t,
exponent_out: igraph_real_t,
exponent_in: igraph_real_t,
allowed_edge_types: igraph_edge_type_sw_t,
finite_size_correction: igraph_bool_t,
) -> igraph_error_t