pub const fn int64_to_int_s(i: i64) -> i32
Converts an int64 to int with saturation, useful to silence warnings when reading int properties among other things