pub unsafe extern "C-unwind" fn CSSM_CL_CertGetKeyInfo(
cl_handle: CSSM_CL_HANDLE,
cert: *const SecAsn1Item,
key: *mut CSSM_KEY_PTR,
) -> CSSM_RETURN
๐Deprecated
Available on crate features
SecAsn1Types
and cssmapi
and cssmconfig
and cssmtype
only.Expand description
ยงSafety
cert
must be a valid pointer.key
must be a valid pointer.