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