Function PyList_Extend

pub unsafe fn PyList_Extend(list: *mut PyObject, iterable: *mut PyObject) -> i32
Available on crate features dep_pyo3 and std only.