pub fn apply_binary<F>(a: Expr, b: Expr, f: F, output_type: GetOutput) -> Exprwhere
    F: Fn(Series, Series) -> PolarsResult<Series> + Send + Sync + 'static,
Available on crate feature compile only.