Macro from_i64

Source
macro_rules! from_i64 {
    ($t:ty) => { ... };
}