pub type YUVAPixmapInfo = Handle<SkYUVAPixmapInfo>;
YUVAInfo combined with per-plane ColorTypes and row bytes. Fully specifies the Pixmap`s for a YUVA image without the actual pixel memory and data.
struct YUVAPixmapInfo(/* private fields */);