Function ZwQueryEaFile
pub unsafe fn ZwQueryEaFile(
filehandle: HANDLE,
iostatusblock: *mut IO_STATUS_BLOCK,
buffer: *mut c_void,
length: u32,
returnsingleentry: bool,
ealist: Option<*const c_void>,
ealistlength: u32,
eaindex: Option<*const u32>,
restartscan: bool,
) -> NTSTATUS