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_oidmust be a valid pointer.valuemust be a valid pointer.