SecTrustGetNetworkFetchAllowed

Function SecTrustGetNetworkFetchAllowed 

Source
pub unsafe extern "C-unwind" fn SecTrustGetNetworkFetchAllowed(
    trust: &SecTrust,
    allow_fetch: NonNull<u8>,
) -> i32
👎Deprecated: renamed to SecTrust::network_fetch_allowed
Available on crate feature SecTrust only.