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