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