pub unsafe fn NotifyRouteChange2<P0>(
    addressfamily: ADDRESS_FAMILY,
    callback: PIPFORWARD_CHANGE_CALLBACK,
    callercontext: *const c_void,
    initialnotification: P0,
    notificationhandle: *mut HANDLE
) -> WIN32_ERROR
where P0: IntoParam<BOOLEAN>,