[][src]Function opensc_sys::list_delete_range

pub unsafe extern "C" fn list_delete_range(
    l: *mut list_t,
    posstart: c_uint,
    posend: c_uint
) -> c_int

expunge an array of elements from the list, given their position range.

@param l list to operate @param posstart [0,size-1] position index of the first element to be deleted @param posend [posstart,size-1] position of the last element to be deleted @return the number of elements successfully removed