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