pub fn webp_encode_lossless_rgba(
    rgba: &[u8],
    width: usize,
    height: usize
) -> Result<EncodedImage>