Function extcall_gas_calc

pub fn extcall_gas_calc<WIRE, H>(
    interpreter: &mut Interpreter<WIRE>,
    host: &mut H,
    target: Address,
    transfers_value: bool,
) -> Option<u64>
where WIRE: InterpreterTypes, H: Host + ?Sized,