Create a tuple with n UNINITIALIZED elements. You should initialize all elements before using it.
tuple
n
void py_newtuple( py_OutRef arg0, int n, ) { return _py_newtuple( arg0, n, ); }