pub(crate) fn py_functional_connectivity( py: Python<'_>, trains: Vec<PyReadonlyArray1<'_, i32>>, max_lag_ms: f64, dt: f64, ) -> Py<PyArray2<f64>>