fn inject<'py>( py: Python<'py>, bitstream: PyReadonlyArray1<'_, u8>, ber: f64, seed: u64, operation: fn(&mut [u8], f64, u64) -> u64, ) -> PyResult<(Py<PyArray1<u8>>, u64)>