Function windows::Wdk::Storage::FileSystem::FsRtlQueryKernelEaFile

pub unsafe fn FsRtlQueryKernelEaFile<P0, P1>(
    fileobject: *const FILE_OBJECT,
    returnedeadata: *mut c_void,
    length: u32,
    returnsingleentry: P0,
    ealist: Option<*const c_void>,
    ealistlength: u32,
    eaindex: Option<*const u32>,
    restartscan: P1,
    lengthreturned: Option<*mut u32>,
) -> NTSTATUS
where P0: Param<BOOLEAN>, P1: Param<BOOLEAN>,