Function windows_sys::Win32::Storage::FileSystem::ReadDirectoryChangesW

pub unsafe extern "system" fn ReadDirectoryChangesW(
    hdirectory: HANDLE,
    lpbuffer: *mut c_void,
    nbufferlength: u32,
    bwatchsubtree: BOOL,
    dwnotifyfilter: FILE_NOTIFY_CHANGE,
    lpbytesreturned: *mut u32,
    lpoverlapped: *mut OVERLAPPED,
    lpcompletionroutine: LPOVERLAPPED_COMPLETION_ROUTINE,
) -> BOOL