Function PyArg_UnpackTuple
pub unsafe extern "C" fn PyArg_UnpackTuple(
arg1: *mut PyObject,
arg2: *const i8,
arg3: isize,
arg4: isize,
...
) -> i32 ⓘ
Available on crate features
dep_pyo3
and std
only.