pub fn int256_abs<TRef, T>(expr: TRef) -> Result<T>where TRef: Into<T> + Debug, T: IsNegative + CheckedNeg + Debug,