Macro impl_to_biguint

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