pyo3_ffi::compat

Function PyList_Extend

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