factory Size(int width, int height) { final p = calloc<cvg.Size>() ..ref.height = height ..ref.width = width; return Size.fromPointer(p); }