pub(crate) fn py_bin_spike_train( py: Python<'_>, binary_train: PyReadonlyArray1<'_, i32>, bin_size: usize, ) -> Py<PyArray1<i64>>