pub(crate) fn py_spike_count_covariance( py: Python<'_>, trains: Vec<PyReadonlyArray1<'_, i32>>, window: usize, ) -> Py<PyArray2<f64>>