pub type BitDepth = NonZero<u32>;
Number of bits per sample. Can never be zero.
pub struct BitDepth(/* private fields */);