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