pub unsafe extern "C" fn state_entry_size(entry: u64) -> u32
Expand description

Return the current size of the entry in bytes. The return value is either

  • u32::MAX if the entry does not exist (has been invalidated, or never existed). In this case no data is written.
  • or the size of the entry.