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