Skip to main content

pamoja_store_len

Function pamoja_store_len 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pamoja_store_len( store: *mut PamojaStore, out_len: *mut usize, ) -> PamojaStatus
Expand description

Reports how many records a buffer holds.

§Arguments

  • store - the buffer.
  • out_len - receives the count.

§Returns

PamojaStatus::Ok on success.

§Safety

store must be a live handle and out_len must be writable.