pub(crate) fn py_spike_distance( times_a: PyReadonlyArray1<'_, f64>, times_b: PyReadonlyArray1<'_, f64>, t_start: f64, t_end: f64, ) -> f64