pub(crate) fn py_psth( py: Python<'_>, trials: Vec<PyReadonlyArray1<'_, f64>>, bin_ms: f64, dt: f64, ) -> (Py<PyArray1<f64>>, Py<PyArray1<f64>>)