Function pyo3::ffi::PyList_Insert

source ·
pub unsafe extern "C" fn PyList_Insert(
    arg1: *mut PyObject,
    arg2: isize,
    arg3: *mut PyObject
) -> i32