pub unsafe fn NotifyUnicastIpAddressChange<P0>(
    family: ADDRESS_FAMILY,
    callback: PUNICAST_IPADDRESS_CHANGE_CALLBACK,
    callercontext: Option<*const c_void>,
    initialnotification: P0,
    notificationhandle: *mut HANDLE
) -> WIN32_ERROR
where P0: IntoParam<BOOLEAN>,