pub unsafe extern "C" fn igraph_barabasi_aging_game(
graph: *mut igraph_t,
nodes: igraph_int_t,
m: igraph_int_t,
outseq: *const igraph_vector_int_t,
outpref: igraph_bool_t,
pa_exp: igraph_real_t,
aging_exp: igraph_real_t,
aging_bin: igraph_int_t,
zero_deg_appeal: igraph_real_t,
zero_age_appeal: igraph_real_t,
deg_coef: igraph_real_t,
age_coef: igraph_real_t,
directed: igraph_bool_t,
) -> igraph_error_t