Function windows::Win32::Storage::FileSystem::BackupSeek

pub unsafe fn BackupSeek<P0>(
    hfile: P0,
    dwlowbytestoseek: u32,
    dwhighbytestoseek: u32,
    lpdwlowbyteseeked: *mut u32,
    lpdwhighbyteseeked: *mut u32,
    lpcontext: *mut *mut c_void,
) -> Result<()>
where P0: Param<HANDLE>,