pub fn apply_lambda_unknown<'a>( df: &'a DataFrame, py: Python<'a>, lambda: Bound<'a, PyAny>, inference_size: usize, ) -> PyResult<(PyObject, bool)>