[][src]Function opensc_sys::list_iterator_start

pub unsafe extern "C" fn list_iterator_start(l: *mut list_t) -> c_int

start an iteration session.

This function prepares the list to be iterated.

@param l list to operate @return 0 if the list cannot be currently iterated. >0 otherwise

@see list_iterator_stop()