Create a str object with n UNINITIALIZED bytes plus '\0'.
str
n
'\0'
ffi.Pointer<ffi.Char> py_newstrn( py_OutRef arg0, int arg1, ) { return _py_newstrn( arg0, arg1, ); }