fn result_into_callback_output<R>(py: Python<'_>, result: PyResult<R>) -> Rwhere R: PyCallbackOutput,