pfnInternetDeInitializeAutoProxyDll

Type Alias pfnInternetDeInitializeAutoProxyDll 

Source
pub type pfnInternetDeInitializeAutoProxyDll = Option<unsafe extern "system" fn(LPSTR, DWORD) -> BOOL>;

Aliased Type§

pub enum pfnInternetDeInitializeAutoProxyDll {
    None,
    Some(unsafe extern "system" fn(*mut i8, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut i8, u32) -> i32)

Some value of type T.