pub type pfnInternetDeInitializeAutoProxyDll = Option<unsafe extern "system" fn(LPSTR, DWORD) -> BOOL>;
pub enum pfnInternetDeInitializeAutoProxyDll { None, Some(unsafe extern "system" fn(*mut i8, u32) -> i32), }
No value.
Some value of type T.
T