pub unsafe extern "C-unwind" fn SecIdentityCreate(
allocator: Option<&CFAllocator>,
certificate: &SecCertificate,
private_key: &SecKey,
) -> Option<CFRetained<SecIdentity>>👎Deprecated: renamed to
SecIdentity::newAvailable on crate features
SecBase and SecIdentity only.