pub(crate) fn py_surrogate_isi_shuffle( py: Python<'_>, binary_train: PyReadonlyArray1<'_, i32>, seed: u64, ) -> Py<PyArray1<i32>>