pub unsafe extern "C-unwind" fn CSSM_CL_CertGetFirstCachedFieldValue(
cl_handle: CSSM_CL_HANDLE,
cert_handle: CSSM_HANDLE,
cert_field: *const SecAsn1Oid,
results_handle: CSSM_HANDLE_PTR,
number_of_matched_fields: *mut uint32,
value: *mut CSSM_DATA_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
cert_field
must be a valid pointer.results_handle
must be a valid pointer.number_of_matched_fields
must be a valid pointer.value
must be a valid pointer.