pub(crate) fn py_spike_train_order( py: Python<'_>, times_list: Vec<PyReadonlyArray1<'_, f64>>, t_start: f64, t_end: f64, ) -> Py<PyArray2<f64>>