Function windows::Win32::NetworkManagement::IpHelper::NotifyIpInterfaceChange
pub unsafe fn NotifyIpInterfaceChange<P0>(
family: ADDRESS_FAMILY,
callback: PIPINTERFACE_CHANGE_CALLBACK,
callercontext: Option<*const c_void>,
initialnotification: P0,
notificationhandle: *mut HANDLE,
) -> WIN32_ERRORwhere
P0: Param<BOOLEAN>,