pub(crate) fn py_spike_sync_profile( py: Python<'_>, times_a: PyReadonlyArray1<'_, f64>, times_b: PyReadonlyArray1<'_, f64>, n_bins: usize, t_start: f64, t_end: f64, ) -> Py<PyArray1<f64>>