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