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