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