pub unsafe extern "C-unwind" fn CSSM_CL_CrlCache(
cl_handle: CSSM_CL_HANDLE,
crl: *const SecAsn1Item,
crl_handle: CSSM_HANDLE_PTR,
) -> CSSM_RETURN๐Deprecated
Available on crate features
cssmapi and cssmconfig and cssmtype and SecAsn1Types only.Expand description
ยงSafety
crlmust be a valid pointer.crl_handlemust be a valid pointer.