void regress_test_array_int_inout (int* n_ints, int** ints);
n_ints
the length of ints
ints
a list of integers whose items will be increased by 1, except the first that will be dropped
Returns