pub fn is_i64_valid(n: i64) -> bool
Checks whether a given i64 is allowed for usage in ssb data (its absolute value is not larger than 2^53).
i64