pub fn u32_to_i32_saturating(value: u32) -> i32
Saturates a u32 to the range representable by i32.
u32
i32