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
cssmconfig and cssmtype and SecAsn1Types and SecBase and SecCertificate only.