pub unsafe extern "C" fn CPLListInsert(
    psList: *mut CPLList,
    pData: *mut c_void,
    nPosition: c_int
) -> *mut CPLList