pub unsafe extern "C" fn heif_list_compatible_brands(
    data: *const u8,
    len: c_int,
    out_brands: *mut *mut heif_brand2,
    out_size: *mut c_int
) -> heif_error
Expand description

Returns an array of compatible brands. The array is allocated by this function and has to be freed with ‘heif_free_list_of_compatible_brands()’. The number of entries is returned in out_size.