Function windows::Win32::Storage::FileSystem::ReadDirectoryChangesExW
pub unsafe fn ReadDirectoryChangesExW<P0, P1>(
hdirectory: P0,
lpbuffer: *mut c_void,
nbufferlength: u32,
bwatchsubtree: P1,
dwnotifyfilter: FILE_NOTIFY_CHANGE,
lpbytesreturned: Option<*mut u32>,
lpoverlapped: Option<*mut OVERLAPPED>,
lpcompletionroutine: LPOVERLAPPED_COMPLETION_ROUTINE,
readdirectorynotifyinformationclass: READ_DIRECTORY_NOTIFY_INFORMATION_CLASS,
) -> Result<()>