pub fn i64_to_i32(value: i64, value_name: &str) -> Result<i32>
Converts i64 to i32.
i64
i32
Returns an error when value is outside the i32 range.
value