bitmap_copy
bitmap_copy((unsigned long *)dst, src, size);
bitmap_copy(dst, (const unsigned long *)src, size);