pub const fn zigzag_encode32(value: i32) -> u32
Encodes a 32-bit signed integer to a 32-bit unsigned integer using the zigzag encoding.