ffi.Pointer<ffi.Char> realpath( ffi.Pointer<ffi.Char> __name, ffi.Pointer<ffi.Char> __resolved, ) { return _realpath( __name, __resolved, ); }