Convert a str object in python to null-terminated string.
str
ffi.Pointer<ffi.Char> py_tostr( py_Ref arg0, ) { return _py_tostr( arg0, ); }