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