pub fn apply_try_to_binary( column: Column, fmt: &str, ) -> PolarsResult<Option<Column>>
try_to_binary: like to_binary but returns null on failure.