pub unsafe extern "C" fn heif_image_handle_get_auxiliary_type(
    handle: *const heif_image_handle,
    out_type: *mut *const c_char
) -> heif_error
Expand description

You are responsible to deallocate the returned buffer with heif_image_handle_release_auxiliary_type().