struct copy_block 
{ 
    size_t offset; 
    ubyte[] data; 
}