pub unsafe extern "system" fn BackupSeek(
    hfile: HANDLE,
    dwlowbytestoseek: u32,
    dwhighbytestoseek: u32,
    lpdwlowbyteseeked: *mut u32,
    lpdwhighbyteseeked: *mut u32,
    lpcontext: *mut *mut c_void
) -> BOOL
Expand description

Required features: "Win32_Storage_FileSystem", "Win32_Foundation"