#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_store_len(
store: *mut PamojaStore,
out_len: *mut usize,
) -> PamojaStatusExpand 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.