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