pub unsafe extern "C" fn heif_image_handle_get_nclx_color_profile(
    handle: *const heif_image_handle,
    out_data: *mut *mut heif_color_profile_nclx
) -> heif_error
Expand description

Returns ‘heif_error_Color_profile_does_not_exist’ when there is no NCLX profile. TODO: This function does currently not return an NCLX profile if it is stored in the image bitstream. Only NCLX profiles stored as colr boxes are returned. This may change in the future.