Function windows::Win32::Storage::FileSystem::WriteFileGather

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