pub unsafe extern "C-unwind" fn CSSM_RetrieveUniqueId(
csp_handle: CSSM_CSP_HANDLE,
unique_id: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
cssmapi and cssmconfig and cssmtype and SecAsn1Types only.Expand description
ยงSafety
unique_id must be a valid pointer.