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