pub fn call_lambda<'py, T>( py: Python<'py>, lambda: &Bound<'py, PyAny>, in_val: T, ) -> PyResult<Bound<'py, PyAny>>where T: IntoPyObject<'py>,