#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_updater_installed_sequence(
updater: *const PamojaUpdater,
out_sequence: *mut u64,
) -> PamojaStatusExpand description
Reads the highest sequence number the device already holds.
§Arguments
updater- the updater.out_sequence- receives the sequence number.
§Returns
PamojaStatus::Ok on success.
§Safety
updater must be a live handle from pamoja_updater_new, and
out_sequence must be writable.