pub unsafe fn NotifyNetworkConnectivityHintChange<P0>(
    callback: PNETWORK_CONNECTIVITY_HINT_CHANGE_CALLBACK,
    callercontext: Option<*const c_void>,
    initialnotification: P0,
    notificationhandle: *mut HANDLE,
) -> WIN32_ERROR
where P0: Param<BOOLEAN>,