Function checked_pow

Source
fn checked_pow(base: BigInt, exp: u32) -> Result<BigInt>