in Sources/SPTPersistentCacheTypeUtilities.m [25:28]
uint64_t spt_uint64rint(double value) { return (uint64_t)llrint(value); }