fn make_gamma_pow_table<T: Default + Copy + 'static + PointeeSizeExpressible, const BUCKET: usize, const N: usize>( gamma: f32, bit_depth: usize, ) -> Box<[T; BUCKET]>where f32: AsPrimitive<T>,