Create a str object from a null-terminated string (utf-8).
str
void py_newstr( py_OutRef arg0, ffi.Pointer<ffi.Char> arg1, ) { return _py_newstr( arg0, arg1, ); }