pub unsafe extern "C" fn igraph_recent_degree_game(
graph: *mut igraph_t,
n: igraph_int_t,
power: igraph_real_t,
window: igraph_int_t,
m: igraph_int_t,
outseq: *const igraph_vector_int_t,
outpref: igraph_bool_t,
zero_appeal: igraph_real_t,
directed: igraph_bool_t,
) -> igraph_error_t