Macro impl_to_bigint

Source
macro_rules! impl_to_bigint {
    ($T:ty, $from_ty:path) => { ... };
}