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