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