pub unsafe extern "system" fn ZwQueryEaFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *mut c_void,
    length: u32,
    returnsingleentry: BOOLEAN,
    ealist: *const c_void,
    ealistlength: u32,
    eaindex: *const u32,
    restartscan: BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_IO"