PyList_Extend

Function PyList_Extend 

Source
pub unsafe extern "C" fn PyList_Extend(
    list: *mut PyObject,
    iterable: *mut PyObject,
) -> i32