pub unsafe extern "C" fn state_delete_entry(
key_start: *const u8,
key_length: u32
) -> u32
Expand description

Delete the entry. Returns one of

  • 0 if the part of the tree this entry was in is locked
  • 1 if the entry did not exist
  • 2 if the entry was deleted as a result of this call.