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