pub type DynPixelDataWriter = Box<dyn PixelDataWriter + Send + Sync + 'static>;
Alias type for a dynamically dispatched pixel data writer.
struct DynPixelDataWriter(/* private fields */);