pub unsafe extern "C-unwind" fn SecCertificateCreateWithData(
allocator: Option<&CFAllocator>,
data: &CFData,
) -> Option<CFRetained<SecCertificate>>
👎Deprecated: renamed to
SecCertificate::with_data
Available on crate features
SecBase
and SecCertificate
only.