windows::Win32::Storage::FileSystem

Function WriteFileGather

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