pub unsafe fn FindFirstChangeNotificationW<P0, P1>(
    lppathname: P0,
    bwatchsubtree: P1,
    dwnotifyfilter: FILE_NOTIFY_CHANGE,
) -> Result<HANDLE>
where P0: Param<PCWSTR>, P1: Param<BOOL>,