pub unsafe extern "C-unwind" fn CSSM_CL_CrlGetAllFields(
cl_handle: CSSM_CL_HANDLE,
crl: *const SecAsn1Item,
number_of_crl_fields: *mut uint32,
crl_fields: *mut CSSM_FIELD_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
SecAsn1Types and cssmapi and cssmconfig and cssmtype only.Expand description
ยงSafety
crlmust be a valid pointer.number_of_crl_fieldsmust be a valid pointer.crl_fieldsmust be a valid pointer.