fn decode_image(
    blob_row_id: RowId,
    image_bytes: &[u8],
    media_type: &str
) -> Result<ImageInfo, ImageLoadError>