int symlink( ffi.Pointer<ffi.Int8> __from, ffi.Pointer<ffi.Int8> __to, ) { return _symlink( __from, __to, ); }