Function windows::Win32::System::WindowsProgramming::WinWatchNotify

pub unsafe fn WinWatchNotify<P0, P1>(
    hww: P0,
    notifycallback: WINWATCHNOTIFYPROC,
    notifyparam: P1,
) -> BOOL
where P0: Param<HWINWATCH>, P1: Param<LPARAM>,