[][src]Function opensc_sys::list_hash

pub unsafe extern "C" fn list_hash(
    l: *const list_t,
    hash: *mut list_hash_t
) -> c_int

return the hash of the current status of the list.

@param l list to operate @param hash where the resulting hash is put

@return 0 for success; <0 for failure