Type Alias windows::Win32::Networking::WinInet::LPINTERNET_STATUS_CALLBACK
pub type LPINTERNET_STATUS_CALLBACK = Option<unsafe extern "system" fn(hinternet: *const c_void, dwcontext: usize, dwinternetstatus: u32, lpvstatusinformation: *const c_void, dwstatusinformationlength: u32)>;
Aliased Type§
enum LPINTERNET_STATUS_CALLBACK {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: usize, _: u32, _: *const c_void, _: u32)),
}