pub const fn zigzag_encode64(value: i64) -> u64
Encodes a 64-bit signed integer to a 64-bit unsigned integer using the zigzag encoding.