pub unsafe extern "C" fn igraph_matrix_list_sort_ind(
v: *mut igraph_matrix_list_t,
ind: *mut igraph_vector_int_t,
cmp: Option<unsafe extern "C" fn(arg1: *const igraph_matrix_t, arg2: *const igraph_matrix_t) -> c_int>,
) -> igraph_error_t