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