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