pub unsafe extern "C" fn state_iterator_delete(iterator: u64) -> u32
Expand description

Delete the iterator, unlocking the subtree. Returns

  • u64::MAX if the iterator does not exist.
  • 0 if the iterator was already deleted
  • 1 if the iterator was successfully deleted as a result of this call.