pub fn decode_pvrtc_2bpp( data: &[u8], width: usize, height: usize, image: &mut [u32], ) -> Result<(), &'static str>