pub unsafe extern "C-unwind" fn SSLGetEnableCertVerify(
context: &SSLContext,
enable_verify: NonNull<u8>,
) -> i32๐Deprecated: No longer supported. Use Network.framework.
Available on crate feature
SecureTransport only.Expand description
ยงSafety
enable_verify must be a valid pointer.