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
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
crl
must be a valid pointer.crl_handle
must be a valid pointer.