macro_rules! float_to_int_unchecked {
    ($float:expr => $int:ty) => { ... };
}