PyList_Extend

Function PyList_Extend 

Source
pub unsafe fn PyList_Extend(
    list: *mut PyObject,
    iterable: *mut PyObject,
) -> c_int