ffi.Pointer<ffi.Void> realloc( ffi.Pointer<ffi.Void> __ptr, int __size, ) { return _realloc( __ptr, __size, ); }