fn checked_total_size_sum(
    total_size: u64,
    entry_size: u64,
    limit_size: u64
) -> Result<u64>