pub type BarcodeFormats = FlagSet<BarcodeFormat>;
#[repr(C)]pub struct BarcodeFormats(/* private fields */);