int symlinkat( ffi.Pointer<ffi.Int8> __from, int __tofd, ffi.Pointer<ffi.Int8> __to, ) { return _symlinkat( __from, __tofd, __to, ); }