pub unsafe extern "C" fn heif_context_get_encoder(
    context: *mut heif_context,
    arg1: *const heif_encoder_descriptor,
    out_encoder: *mut *mut heif_encoder
) -> heif_error
Expand description

Get an encoder instance that can be used to actually encode images from a descriptor.