pub const fn zigzag_encode128(value: i128) -> u128
Encodes a 128-bit signed integer to a 128-bit unsigned integer using the zigzag encoding.