pub unsafe extern "C-unwind" fn SSLAddDistinguishedName(
context: &SSLContext,
der_dn: *const c_void,
der_dn_len: usize,
) -> i32
๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport
only.Expand description
ยงSafety
der_dn
must be a valid pointer or null.