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