macro_rules! impl_float_to_int {
    ( $Float: ident => $( $Int: ident )+ ) => { ... };
}