fn get_image_decoder_with_format_and_data(
image_format: ImageFormat,
data: &[u8],
) -> Result<Box<dyn ImageDecoder + '_>, BlurhashingError>fn get_image_decoder_with_format_and_data(
image_format: ImageFormat,
data: &[u8],
) -> Result<Box<dyn ImageDecoder + '_>, BlurhashingError>