let uint64Pointer: UnsafeMutablePointer<UInt64> = fetchValue() let isNegative = uint64Pointer.withMemoryRebound(to: Int64.self) { ptr in return ptr.pointee < 0 }