into_u96_guarantee
Converts ‘T’ into a ‘U96Guarantee’. ‘T’ must be a value that fits inside a u96, for example: u8, u96 or BoundedInt<0, 12>.
Fully qualified path: core::circuit::into_u96_guarantee
extern fn into_u96_guarantee(val: T) -> U96Guarantee nopanic;