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_group
must be a valid pointer.tuple_group
must be a valid pointer.