pub(crate) fn render_raster( image: &ImageKind, transform: Transform, rendering_mode: ImageRendering, pixmap: &mut PixmapMut<'_>, ) -> Option<()>