pub unsafe extern "C-unwind" fn SecCertificateCreateFromData(
data: NonNull<SecAsn1Item>,
type: CSSM_CERT_TYPE,
encoding: CSSM_CERT_ENCODING,
certificate: NonNull<*mut SecCertificate>,
) -> i32
👎Deprecated: renamed to
SecCertificate::create_from_data
Available on crate features
SecAsn1Types
and SecBase
and SecCertificate
and cssmconfig
and cssmtype
only.