pub unsafe extern "C" fn heif_decoder_descriptor_get_id_name(
    arg1: *const heif_decoder_descriptor
) -> *const c_char
Expand description

Return a short, symbolic name for identifying the decoder. This name should stay constant over different decoder versions. Note: the returned ID may be NULL for old plugins that don’t support this yet.