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