Type Alias pfnInternetDeInitializeAutoProxyDll
pub type pfnInternetDeInitializeAutoProxyDll = Option<unsafe extern "system" fn(lpszmime: PCSTR, dwreserved: u32) -> BOOL>;Aliased Type§
pub enum pfnInternetDeInitializeAutoProxyDll {
None,
Some(unsafe extern "system" fn(PCSTR, u32) -> BOOL),
}