windows::Win32::Storage::FileSystem

Function ReadFileScatter

pub unsafe fn ReadFileScatter(
    hfile: HANDLE,
    asegmentarray: *const FILE_SEGMENT_ELEMENT,
    nnumberofbytestoread: u32,
    lpreserved: Option<*const u32>,
    lpoverlapped: *mut OVERLAPPED,
) -> Result<()>