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