pub unsafe extern "C-unwind" fn CSSM_CL_CertGroupToSignedBundle(
cl_handle: CSSM_CL_HANDLE,
cc_handle: CSSM_CC_HANDLE,
cert_group_to_bundle: *const CSSM_CERTGROUP,
bundle_info: *const CSSM_CERT_BUNDLE_HEADER,
signed_bundle: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
cert_group_to_bundlemust be a valid pointer.bundle_infomust be a valid pointer.signed_bundlemust be a valid pointer.