fn split_off_python_arg<'a, 'b>( args: &'a [FnArg<'b>], ) -> (Option<&'a PyArg<'b>>, &'a [FnArg<'b>])
Split an argument of pyo3::Python from the front of the arg list, if present