pub(crate) fn py_change_point_detection( py: Python<'_>, binary_train: PyReadonlyArray1<'_, i32>, bin_size: usize, threshold: f64, ) -> Py<PyArray1<i64>>