[][src]Function opensc_sys::list_size

pub unsafe extern "C" fn list_size(l: *const list_t) -> c_uint

inspect the number of elements in the list.

@param l list to operate @return number of elements currently held by the list