pub fn into_i32<T>(x: T) -> i32where T: TryInto<i32>, <T as TryInto<i32>>::Error: Debug,
Safely casts a value to i32
i32