pub fn encode_image<'a>(
    context: impl Into<Option<&'a mut DirectContext>>,
    img: &Image,
    options: &Options
) -> Option<Data>