pub fn business_day_count( start: PyExpr, end: PyExpr, week_mask: [bool; 7], holidays: Vec<i32>, ) -> PyExpr