pub unsafe extern "C-unwind" fn CSSM_CL_CrlSetFields(
cl_handle: CSSM_CL_HANDLE,
number_of_fields: uint32,
crl_template: *const CSSM_FIELD,
old_crl: *const SecAsn1Item,
modified_crl: CSSM_DATA_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
crl_templatemust be a valid pointer.old_crlmust be a valid pointer.modified_crlmust be a valid pointer.