pub const fn untag_int(val: u64) -> i64
Extract an i64 from a tagged integer
Caller must ensure is_tagged_int(val) is true.
is_tagged_int(val)