pub unsafe extern "C-unwind" fn CFNetworkCopyProxiesForAutoConfigurationScript(
proxy_auto_configuration_script: &CFString,
target_url: &CFURL,
error: *mut *mut CFError,
) -> Option<CFRetained<CFArray>>Available on crate feature
CFProxySupport only.Expand description
ยงSafety
error must be a valid pointer or null.