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