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