pub type Cycles = u64;
The type used to represent the cycles amount, which is u128 when the experimental-cycles128 feature is on and a u64 otherwise.
experimental-cycles128