# Functions
No description provided by the author
Int64ToUint64 converts an int64 to an uint64 and returns an error if the value is negative.
Uint64ToInt64 converts a uint64 to an int64 and returns an error if the value is out of range.
No description provided by the author