Function windows_sys::Wdk::Storage::FileSystem::NtQueryDirectoryObject

pub unsafe extern "system" fn NtQueryDirectoryObject(
    directoryhandle: HANDLE,
    buffer: *mut c_void,
    length: u32,
    returnsingleentry: BOOLEAN,
    restartscan: BOOLEAN,
    context: *mut u32,
    returnlength: *mut u32,
) -> NTSTATUS