SSLGetEnableCertVerify

Function SSLGetEnableCertVerify 

Source
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.