fn simulate_hodgkin_huxley<'py>( py: Python<'py>, currents: &[f64], dt: f64, ) -> PyResult<Py<PyAny>>