pub unsafe extern "C-unwind" fn CSSM_VerifyDataUpdate(
cc_handle: CSSM_CC_HANDLE,
data_bufs: *const SecAsn1Item,
data_buf_count: uint32,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
data_bufs
must be a valid pointer.