pub type SignedGas = i64;
Type to represent some gas which may be below zero. This is used primarily for the invoke hostcall API which must be able to return a negative gas amount in case of a gas overrun.
invoke