If the call to `SafeCall.callWithMinGas` succeeds, then the call must have received at *least*`minGas` gas. If there is not enough gas in the callframe to supply the minimum amount of gas to the call, it must revert.
## `callWithMinGas` reverts if there is not enough gas to pass to the call.