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