pub(crate) fn py_autocorrelation_time( binary_train: PyReadonlyArray1<'_, i32>, dt: f64, max_lag_ms: f64, ) -> f64