Function windows::Win32::Storage::FileSystem::SetFilePointerEx

pub unsafe fn SetFilePointerEx<P0>(
    hfile: P0,
    lidistancetomove: i64,
    lpnewfilepointer: Option<*mut i64>,
    dwmovemethod: SET_FILE_POINTER_MOVE_METHOD,
) -> Result<()>
where P0: Param<HANDLE>,