private void CheckError()
 {
     IntPtr error;
     Native.leveldb_iter_get_error(handle, out error);
     NativeHelper.CheckError(error);
 }