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