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