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