Function windows::Wdk::Storage::FileSystem::ZwQueryEaFile

pub unsafe fn ZwQueryEaFile<P0, P1, P2>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *mut c_void,
    length: u32,
    returnsingleentry: P1,
    ealist: Option<*const c_void>,
    ealistlength: u32,
    eaindex: Option<*const u32>,
    restartscan: P2,
) -> NTSTATUS
where P0: Param<HANDLE>, P1: Param<BOOLEAN>, P2: Param<BOOLEAN>,