pub unsafe extern "C-unwind" fn CSSM_TP_CertGroupPrune(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
db_list: *const CSSM_DL_DB_LIST,
ordered_cert_group: *const CSSM_CERTGROUP,
pruned_cert_group: *mut CSSM_CERTGROUP_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
db_listmust be a valid pointer.ordered_cert_groupmust be a valid pointer.pruned_cert_groupmust be a valid pointer.