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