pub unsafe extern "system" fn SetFileIoOverlappedRange(
    filehandle: HANDLE,
    overlappedrangestart: *const u8,
    length: u32
) -> BOOL
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"