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_groupmust be a valid pointer.cert_templatesmust be a valid pointer.