pub type fc2BayerTileFormat = _fc2BayerTileFormat;Aliased Type§
#[repr(u32)]pub enum fc2BayerTileFormat {
FC2_BT_NONE = 0,
FC2_BT_RGGB = 1,
FC2_BT_GRBG = 2,
FC2_BT_GBRG = 3,
FC2_BT_BGGR = 4,
FC2_BT_FORCE_32BITS = 2_147_483_647,
}