ffi.Pointer<ffi.Char> getcwd( ffi.Pointer<ffi.Char> __buf, int __size, ) { return _getcwd( __buf, __size, ); }