pub unsafe extern "C" fn r_list_insert(
    list: *mut RList,
    n: u32,
    data: *mut c_void
) -> *mut RListIter