ffi.Pointer<ffi.Int8> tempnam( ffi.Pointer<ffi.Int8> __dir, ffi.Pointer<ffi.Int8> __pfx, ) { return _tempnam( __dir, __pfx, ); }