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