pub fn math_pow<E: EvmApi>( env: FunctionEnvMut<'_, WasmEnv<E>>, base_ptr: u32, exp_ptr: u32, ) -> MaybeEscape
256-bit power.