int readlink( ffi.Pointer<ffi.Int8> __path, ffi.Pointer<ffi.Int8> __buf, int __len, ) { return _readlink( __path, __buf, __len, ); }