Create a slice object from 3 integers.
slice
void py_newsliceint( py_OutRef out, int start, int stop, int step, ) { return _py_newsliceint( out, start, stop, step, ); }