[][src]Function opensc_sys::list_delete_at

pub unsafe extern "C" fn list_delete_at(l: *mut list_t, pos: c_uint) -> c_int

expunge an element at a given position from the list.

@param l list to operate @param pos [0,size-1] position index of the element to be deleted @return 0 on success. Negative value on failure