[][src]Function opensc_sys::list_fetch

pub unsafe extern "C" fn list_fetch(l: *mut list_t) -> *mut c_void

extract the element in the top of the list.

This function is for using a list with a FIFO/queue policy.

@param l list to operate @return reference to user datum, or NULL on errors