pub fn clamp_sub(a: i64, b: i64) -> i64
Performs saturating subtraction on i64.
This implements a clamping policy in the case of overflow, returning i64::MIN or i64::MAX.
i64::MIN
i64::MAX