pub unsafe extern "system" fn NtQueryDirectoryFileEx(
    filehandle: HANDLE,
    event: HANDLE,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: *const c_void,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fileinformation: *mut c_void,
    length: u32,
    fileinformationclass: FILE_INFORMATION_CLASS,
    queryflags: u32,
    filename: *const UNICODE_STRING
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_IO", "Win32_System_WindowsProgramming"