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