pub fn i32_to_u32_nonnegative(value: i32) -> u32
Converts a nonnegative i32 to u32, clamping negative values to zero.
i32
u32