pub fn uint_to_float() -> extern "C" fn(v: u32) -> f32
Convert an unsigned integer to the nearest float value, rounding to even on tie.