SSLGetAllowsAnyRoot

Function SSLGetAllowsAnyRoot 

Source
pub unsafe extern "C-unwind" fn SSLGetAllowsAnyRoot(
    context: &SSLContext,
    any_root: NonNull<u8>,
) -> i32
๐Ÿ‘ŽDeprecated: No longer supported. Use Network.framework.
Available on crate feature SecureTransport only.
Expand description

ยงSafety

any_root must be a valid pointer.