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