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