Function windows::Wdk::Storage::FileSystem::NtQueryEaFile
pub unsafe fn NtQueryEaFile<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