pub extern "C" fn float_to_int(v: f32) -> i32
Converts an f32 to a signed integer, rounding towards -Infinity, and clamping the result to lie within the range -0x80000000 to 0x7FFFFFFF
-0x80000000
0x7FFFFFFF