pub fn try_subtract(left: &Column, right: &Column) -> Column
Subtract that returns null on overflow (PySpark try_subtract).