pub extern "C" fn double_to_uint(v: f64) -> u32
Converts an f64 to an unsigned integer, rounding towards -Infinity, and clamping the result to lie within the range 0x00000000 to 0xFFFFFFFF
0x00000000
0xFFFFFFFF