pub unsafe extern "C-unwind" fn CSSM_CL_CertGroupFromVerifiedBundle(
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
cert_bundle: *const CSSM_CERT_BUNDLE,
signer_cert: *const SecAsn1Item,
cert_group: *mut CSSM_CERTGROUP_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
cert_bundlemust be a valid pointer.signer_certmust be a valid pointer.cert_groupmust be a valid pointer.