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