pub unsafe extern "system" fn WriteFileGather(
    hfile: HANDLE,
    asegmentarray: *const FILE_SEGMENT_ELEMENT,
    nnumberofbytestowrite: u32,
    lpreserved: *mut u32,
    lpoverlapped: *mut OVERLAPPED
) -> BOOL
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO"