devela::_dep::pyo3::ffi

Function PyList_Insert

pub unsafe extern "C" fn PyList_Insert(
    arg1: *mut PyObject,
    arg2: isize,
    arg3: *mut PyObject,
) -> i32 
Available on crate features dep_pyo3 and std only.