Macro impl_try_from_biguint

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