int rename( ffi.Pointer<ffi.Int8> __old, ffi.Pointer<ffi.Int8> __new, ) { return _rename( __old, __new, ); }