pub unsafe extern "C" fn heif_image_set_raw_color_profile(
    image: *mut heif_image,
    profile_type_fourcc_string: *const c_char,
    profile_data: *const c_void,
    profile_size: usize
) -> heif_error
Expand description

The color profile is not attached to the image handle because we might need it for color space transform and encoding.