fn expand_paletted_into_rgba8(
    row: &[u8],
    buffer: &mut [u8],
    info: &Info<'_>,
    rgba_palette: &[[u8; 4]; 256]
)