#[unsafe(no_mangle)]pub unsafe extern "C" fn pamoja_updater_slot_count(
updater: *const PamojaUpdater,
) -> u8Expand description
Returns how many slots a device has.
§Arguments
updater- the updater.
§Returns
The slot count, or 0 if updater is null.
§Safety
updater must be a live handle from pamoja_updater_new, or null.