pub unsafe extern "C-unwind" fn CSSM_TP_CrlCreateTemplate(
tp_handle: CSSM_TP_HANDLE,
cl_handle: CSSM_CL_HANDLE,
number_of_fields: uint32,
crl_fields: *const CSSM_FIELD,
new_crl_template: CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
crl_fields
must be a valid pointer.new_crl_template
must be a valid pointer.