Macro impl_try_from_bigint

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