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