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