python27_sys

Function PyList_Append

Source
pub unsafe extern "C" fn PyList_Append(
    list: *mut PyObject,
    item: *mut PyObject,
) -> c_int