pub unsafe extern "C-unwind" fn CSSM_TP_CertGroupToTupleGroup(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
cert_group: *const CSSM_CERTGROUP,
tuple_group: *mut CSSM_TUPLEGROUP_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
cert_groupmust be a valid pointer.tuple_groupmust be a valid pointer.